expose SessionConfiguration as lua bindings
[ardour.git] / libs / ardour / ardour / midi_scene_change.h
index f0b516cacfa5ee4c8e88b95c82f092f26cd85286..245b749272827d784b07486243cc45c233ee0240 100644 (file)
@@ -22,6 +22,8 @@
 
 #include "evoral/PatchChange.hpp"
 
+#include "pbd/signals.h"
+
 #include "ardour/scene_change.h"
 
 namespace ARDOUR
@@ -51,7 +53,7 @@ class MIDISceneChange : public SceneChange
        XMLNode& get_state();
        int set_state (const XMLNode&, int version);
 
-        bool operator==(const MIDISceneChange& other) const;
+       bool operator==(const MIDISceneChange& other) const;
 
   private:
        int _bank;
@@ -60,6 +62,6 @@ class MIDISceneChange : public SceneChange
 };
 
 } /* namespace */
-       
+
 
 #endif /* __libardour_scene_change_h__ */