]> git.mxchange.org Git - flightgear.git/blobdiff - src/Model/model_panel.hxx
Move viewer-related sources to separate folder.
[flightgear.git] / src / Model / model_panel.hxx
index dcf41dd95334a676cf4c0542e165975fcd4e24f4..301f770c8c4536cb513cc197cfd02a30b1d2c429 100644 (file)
@@ -45,7 +45,7 @@ class FGLocation;
  * Subsystems should not normally invoke this function directly;
  * instead, they should use the SGModelLoader declared in loader.hxx.
  */
-osg::Node *fgLoad3DModelPanel( const string &path, SGPropertyNode *prop_root);
+osg::Node *fgLoad3DModelPanel( const std::string &path, SGPropertyNode *prop_root);
 
 
 #endif // __MODEL_HXX