replace ::cast_dynamic() with relevant ActionManager::get_*_action() calls
[ardour.git] / gtk2_ardour / gtk_pianokeyboard.h
index 73b7781dbf131f4b0040de27b6850ebc94b3ebb6..3fd0fc2a2b74a728d7d236e36d7272b99ea222bf 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2012 Paul Davis 
+    Copyright (C) 2012 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
@@ -61,7 +61,7 @@ struct _PianoKeyboard
        int                     note_being_pressed_using_mouse;
        int         last_key;
        gboolean    monophonic;
-       volatile struct PKNote  notes[NNOTES];
+       struct PKNote   notes[NNOTES];
        /* Table used to translate from PC keyboard character to MIDI note number. */
        GHashTable              *key_bindings;
 };