X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModel%2Fmodel_panel.hxx;h=301f770c8c4536cb513cc197cfd02a30b1d2c429;hb=89b41395d861a49ad543af166c0bd41c14dd0d2b;hp=dcf41dd95334a676cf4c0542e165975fcd4e24f4;hpb=f9de92f53db91c45e4bd885ba606749e9597fdbb;p=flightgear.git diff --git a/src/Model/model_panel.hxx b/src/Model/model_panel.hxx index dcf41dd95..301f770c8 100644 --- a/src/Model/model_panel.hxx +++ b/src/Model/model_panel.hxx @@ -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