X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModel%2Fmodel_panel.hxx;h=301f770c8c4536cb513cc197cfd02a30b1d2c429;hb=89b41395d861a49ad543af166c0bd41c14dd0d2b;hp=0b82d3313289d3f777e55a913b6762865a2ff382;hpb=fd492a297aee6d40c58f71b1889847b6668af3fd;p=flightgear.git diff --git a/src/Model/model_panel.hxx b/src/Model/model_panel.hxx index 0b82d3313..301f770c8 100644 --- a/src/Model/model_panel.hxx +++ b/src/Model/model_panel.hxx @@ -12,9 +12,8 @@ #include -SG_USING_STD(vector); +using std::vector; -#include #include @@ -46,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