Commit 077241d4 authored by Peter Eastman's avatar Peter Eastman
Browse files

Renamed getDefaultPluginDirectory() to getDefaultPluginsDirectory().

parent 7254af58
...@@ -198,7 +198,7 @@ public: ...@@ -198,7 +198,7 @@ public:
* *
* @return the path to the default plugin directory * @return the path to the default plugin directory
*/ */
static std::string getDefaultPluginDirectory(); static std::string getDefaultPluginsDirectory();
private: private:
// Retarded visual studio compiler complains about being unable to // Retarded visual studio compiler complains about being unable to
......
...@@ -194,7 +194,7 @@ vector<string> Platform::loadPluginsFromDirectory(string directory) { ...@@ -194,7 +194,7 @@ vector<string> Platform::loadPluginsFromDirectory(string directory) {
return loadedLibraries; return loadedLibraries;
} }
string Platform::getDefaultPluginDirectory() { string Platform::getDefaultPluginsDirectory() {
char* dir = getenv("OPENMM_PLUGIN_DIR"); char* dir = getenv("OPENMM_PLUGIN_DIR");
#ifdef _MSC_VER #ifdef _MSC_VER
if (dir == NULL) if (dir == NULL)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment