From: ThorstenB Date: Fri, 19 Nov 2010 12:36:50 +0000 (+0100) Subject: Fixed invalid character in source file. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=66cdbf621571945a5e4e1376996b160835241141;p=simgear.git Fixed invalid character in source file. Removed illegal character (0xc). How did this happen??? --- diff --git a/simgear/scene/model/modellib.cxx b/simgear/scene/model/modellib.cxx index ae90f1a4..45c01430 100644 --- a/simgear/scene/model/modellib.cxx +++ b/simgear/scene/model/modellib.cxx @@ -46,7 +46,7 @@ using namespace simgear; osgDB::RegisterReaderWriterProxy g_readerWriter_XML_Proxy; ModelRegistryCallbackProxy g_xmlCallbackProxy("xml"); - SGPropertyNode_ptr SGModelLib::static_propRoot; +SGPropertyNode_ptr SGModelLib::static_propRoot; SGModelLib::panel_func SGModelLib::static_panelFunc = NULL; ////////////////////////////////////////////////////////////////////////