]> 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 827d39e62a42d75e5766505450d98306e8f79884..575ab5402451a3dda8a3f2c1b3647980c04a41b9 100644 (file)
@@ -46,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