]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/globals.hxx
Break config init / aircraft loading apart.
[flightgear.git] / src / Main / globals.hxx
index f6cc5bfd99bdfedb960123ef5cb9154a9f23ccad..09275daae10ebd108c6d9bf110f3239b3bff79cc 100644 (file)
@@ -261,7 +261,7 @@ public:
     inline void set_ephem( SGEphemeris *e ) { ephem = e; }
 
     inline SGMaterialLib *get_matlib() const { return matlib; }
-    inline void set_matlib( SGMaterialLib *m ) { matlib = m; }
+    void set_matlib( SGMaterialLib *m );
 
     inline FGATISMgr *get_ATIS_mgr() const { return ATIS_mgr; }
     inline void set_ATIS_mgr( FGATISMgr *a ) {ATIS_mgr = a; }