]> git.mxchange.org Git - simgear.git/blobdiff - simgear/scene/material/matmodel.cxx
hla: Provide a directly property based api for property data element.
[simgear.git] / simgear / scene / material / matmodel.cxx
index 0ac77543b19f98066bd358aa2a9c973104133aba..6bd1e18961e948244f9820adbfa8375cffa276e8 100644 (file)
@@ -28,7 +28,7 @@
 #include <simgear/compiler.h>
 
 #include <map>
-using std::map;
+
 
 #include <osg/AlphaFunc>
 #include <osg/Group>
@@ -46,8 +46,8 @@ using std::map;
 #include "matmodel.hxx"
 
 using namespace simgear;
-
-\f
+using std::string;
+using std::map;\f
 ////////////////////////////////////////////////////////////////////////
 // Implementation of SGMatModel.
 ////////////////////////////////////////////////////////////////////////