]> git.mxchange.org Git - flightgear.git/blobdiff - src/Input/FGCommonInput.hxx
Initial commit of the new sound system, expect more updates to follow
[flightgear.git] / src / Input / FGCommonInput.hxx
index 7eee91526b04e90670c4f127d19f94146fb8fd89..575ab5402451a3dda8a3f2c1b3647980c04a41b9 100644 (file)
@@ -27,6 +27,7 @@
 
 #include <vector>
 #include <simgear/structure/SGBinding.hxx>
+#include <plib/ul.h>
 
 #if defined( UL_WIN32 )
 #define TGT_PLATFORM   "windows"
@@ -45,7 +46,7 @@ public:
    vector of SGBinding supplied in binding_list. Reads all the mod-xxx bindings and 
    add the corresponding SGBindings.
    */
-  static void read_bindings (const SGPropertyNode * base, binding_list_t * binding_list, int modifiers, string & module );
+  static void read_bindings (const SGPropertyNode * base, binding_list_t * binding_list, int modifiers, const string & module );
 };
 
 #endif