]> git.mxchange.org Git - simgear.git/blobdiff - simgear/structure/event_mgr.cxx
restore some part of the code to prevent an untwanted segmentationf fault.
[simgear.git] / simgear / structure / event_mgr.cxx
index 5384031aeb29b463a9c9b57d96420f100a484460..d4b573d00e84ea674529f5b22c32dac8401f8d37 100644 (file)
@@ -1,6 +1,6 @@
 #include "event_mgr.hxx"
 
-#include <simgear/Math/SGMath.hxx>
+#include <simgear/math/SGMath.hxx>
 
 void SGEventMgr::add(SGCallback* cb,
                      double interval, double delay,