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