Index: OpenSceneGraph/trunk/src/osgPlugins/OpenFlight/LightPointRecords.cpp
===================================================================
--- OpenSceneGraph/trunk/src/osgPlugins/OpenFlight/LightPointRecords.cpp (revision 9382)
+++ OpenSceneGraph/trunk/src/osgPlugins/OpenFlight/LightPointRecords.cpp (revision 10283)
@@ -235,5 +235,6 @@
 };
 
-RegisterRecordProxy<LightPoint> g_LightPoint(LIGHT_POINT_OP);
+REGISTER_FLTRECORD(LightPoint, LIGHT_POINT_OP)
+
 
 
@@ -417,5 +418,6 @@
 };
 
-RegisterRecordProxy<IndexedLightPoint> g_IndexedLightPoint(INDEXED_LIGHT_POINT_OP);
+REGISTER_FLTRECORD(IndexedLightPoint, INDEXED_LIGHT_POINT_OP)
+
 
 
@@ -509,4 +511,5 @@
 };
 
-RegisterRecordProxy<LightPointSystem> g_LightPointSystem(LIGHT_POINT_SYSTEM_OP);
-
+REGISTER_FLTRECORD(LightPointSystem, LIGHT_POINT_SYSTEM_OP)
+
+
