X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fsurfaces%2Fgeneric_midi%2Fmidiaction.h;h=5ff022eae3a2f076eb86df0de30543b47b8e0982;hb=ddfc37e42a27e31f6916100c5bbc3f04ba104522;hp=e2a29143adfa8ce8464c29cd06107e0faf9f178c;hpb=6bcdf4f0f106d0b83ed7f221f546c132585e19e7;p=ardour.git diff --git a/libs/surfaces/generic_midi/midiaction.h b/libs/surfaces/generic_midi/midiaction.h index e2a29143ad..5ff022eae3 100644 --- a/libs/surfaces/generic_midi/midiaction.h +++ b/libs/surfaces/generic_midi/midiaction.h @@ -1,6 +1,6 @@ /* Copyright (C) 2009 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 the Free Software Foundation; either version 2 of the License, or @@ -31,7 +31,7 @@ #include "midiinvokable.h" -namespace Gtk { +namespace Gtk { class Action; } @@ -55,7 +55,6 @@ class MIDIAction : public MIDIInvokable int set_state (const XMLNode&, int version); private: - Gtk::Action* _action; void execute (); };