From 66cdbf621571945a5e4e1376996b160835241141 Mon Sep 17 00:00:00 2001 From: ThorstenB Date: Fri, 19 Nov 2010 13:36:50 +0100 Subject: [PATCH] Fixed invalid character in source file. Removed illegal character (0xc). How did this happen??? --- simgear/scene/model/modellib.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; //////////////////////////////////////////////////////////////////////// -- 2.39.5