]> git.mxchange.org Git - flightgear.git/blobdiff - src/Time/light.hxx
plib-1.8.0 no longer defines the cchar type (which we used because we were
[flightgear.git] / src / Time / light.hxx
index 864668d00320df76e73d72a8fa8efcc2cae1e5fb..2a24f0b5dce11f7f9b8f07ea41a73a62688cc6d5 100644 (file)
 
 #include <plib/sg.h>                   // plib include
 
+#include <simgear/structure/subsystem_mgr.hxx>
 #include <simgear/math/interpolater.hxx>
 #include <simgear/math/point3d.hxx>
 
 
 // Define a structure containing the global lighting parameters
-class FGLight : public FGSubsystem
+class FGLight : public SGSubsystem
 {
 
 private: