]> Creatis software - cpPlugins.git/blobdiff - appli/examples/plugins/example_plugins_LoadDirectory.cxx
...
[cpPlugins.git] / appli / examples / plugins / example_plugins_LoadDirectory.cxx
index 7bd093fce064ccc1c118e9d3c68986bfc3fabf97..af1a6bd0457ee4a9a20ca55646d271e979b3e6a8 100644 (file)
@@ -16,7 +16,7 @@ int main( int argc, char* argv[] )
   cpPlugins::Interface interface;
   try
   {
-    interface.LoadEnvironment( );
+    interface.LoadEnvironments( );
     interface.LoadDirectory( directory );
   }
   catch( std::exception& err )