'surfaces/generic_midi' - Minor modification to prevent MSVC from complaining about...
authorJohn Emmas <johne53@tiscali.co.uk>
Thu, 5 Sep 2013 08:47:37 +0000 (09:47 +0100)
committerJohn Emmas <johne53@tiscali.co.uk>
Thu, 5 Sep 2013 08:47:37 +0000 (09:47 +0100)
libs/surfaces/generic_midi/generic_midi_control_protocol.cc

index 6da0192a8f89b7e7dbc95ea83941e32b73f0368f..cbba12e448e05745d49a4bc32f68a46d2597eab2 100644 (file)
@@ -128,7 +128,7 @@ user_midi_map_directory ()
 }
 
 static bool
-midi_map_filter (const string &str, void */*arg*/)
+midi_map_filter (const string &str, void/*arg*/)
 {
        return (str.length() > strlen(midi_map_suffix) &&
                str.find (midi_map_suffix) == (str.length() - strlen (midi_map_suffix)));