]> git.mxchange.org Git - simgear.git/blobdiff - simgear/scene/model/modellib.cxx
simgear/scene/sky/sky.cxx: Include sg_inlines.h with simgear/ prefix as all other...
[simgear.git] / simgear / scene / model / modellib.cxx
index ae90f1a46b6d6d4033c636fcacbbdec04c45adf7..45c014309a8e4f2c576d997bf28f30c5ad27d8ca 100644 (file)
@@ -46,7 +46,7 @@ using namespace simgear;
 osgDB::RegisterReaderWriterProxy<SGReaderWriterXML> g_readerWriter_XML_Proxy;
 ModelRegistryCallbackProxy<LoadOnlyCallback> g_xmlCallbackProxy("xml");
 
-\fSGPropertyNode_ptr SGModelLib::static_propRoot;
+SGPropertyNode_ptr SGModelLib::static_propRoot;
 SGModelLib::panel_func SGModelLib::static_panelFunc = NULL;
 
 ////////////////////////////////////////////////////////////////////////