Small cleanups to port matrix context menu.
[ardour.git] / gtk2_ardour / keyboard.h
index cff45b11f200ffbf1e47bbcb76209a2bb6e61bcf..e34c424329f3e0761ffd5325be2d7421b8d86b28 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2001 Paul Davis 
+    Copyright (C) 2001 Paul Davis
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
@@ -40,7 +40,7 @@ class Keyboard : public sigc::trackable, PBD::Stateful
        ~Keyboard ();
 
        XMLNode& get_state (void);
-       int set_state (const XMLNode&);
+       int set_state (const XMLNode&, int version);
 
        typedef std::vector<uint32_t> State;
        typedef uint32_t ModifierMask;