]> git.mxchange.org Git - flightgear.git/blobdiff - src/Cockpit/panel_io.hxx
- adjusted for no-value constructor for FGPanel
[flightgear.git] / src / Cockpit / panel_io.hxx
index 5d0d56c08900909b76f3264ae9238dfdd1e306bf..0f203dfc0c51f13059e5f32a692098fd178c14f8 100644 (file)
@@ -35,8 +35,8 @@
 
 #include "panel.hxx"
 
-#if !defined (FG_HAVE_NATIVE_SGI_COMPILERS)
-FG_USING_STD(istream);
+#if !defined (SG_HAVE_NATIVE_SGI_COMPILERS)
+SG_USING_STD(istream);
 #endif
 
 extern FGPanel * fgReadPanel (istream &input);