Fixed invalid character in source file.

Removed illegal character (0xc). How did this happen???
This commit is contained in:
ThorstenB
2010-11-19 13:36:50 +01:00
parent c9e0bfb7fe
commit 66cdbf6215

View File

@@ -46,7 +46,7 @@ using namespace simgear;
osgDB::RegisterReaderWriterProxy<SGReaderWriterXML> g_readerWriter_XML_Proxy;
ModelRegistryCallbackProxy<LoadOnlyCallback> g_xmlCallbackProxy("xml");
SGPropertyNode_ptr SGModelLib::static_propRoot;
SGPropertyNode_ptr SGModelLib::static_propRoot;
SGModelLib::panel_func SGModelLib::static_panelFunc = NULL;
////////////////////////////////////////////////////////////////////////