]> git.mxchange.org Git - flightgear.git/commitdiff
Fix Linux build
authorThorstenB <brehmt@gmail.com>
Fri, 16 Mar 2012 22:21:07 +0000 (23:21 +0100)
committerThorstenB <brehmt@gmail.com>
Fri, 16 Mar 2012 22:21:07 +0000 (23:21 +0100)
src/Cockpit/panel.hxx
src/Model/panelnode.cxx

index 424800e65717b4c68bc5605dd729ed2a2da81021..4e29fde83db26e8a353815135026f9edef17749f 100644 (file)
@@ -27,7 +27,7 @@
 
 #include <simgear/compiler.h>
 #include <simgear/props/props.hxx>
-#include <simgear/props/PropertyObject.hxx>
+#include <simgear/props/propertyObject.hxx>
 
 #include <simgear/structure/subsystem_mgr.hxx>
 #include <simgear/structure/SGBinding.hxx>
index 46988d8e61597c87c5fa40984164d13ef79c5daf..915d685ba1447e4b993100e881e456e70c21c05c 100644 (file)
@@ -13,7 +13,7 @@
 #include <simgear/structure/exception.hxx>
 #include <simgear/debug/logstream.hxx>
 
-#include <simgear/scene/util/OSGMath.hxx>
+#include <simgear/scene/util/OsgMath.hxx>
 #include <simgear/scene/util/SGPickCallback.hxx>
 #include <simgear/scene/util/SGSceneUserData.hxx>
 #include <simgear/scene/util/SGNodeMasks.hxx>