fix crash when switching from regular MIDI to ipMIDI Mackie surface
[ardour.git] / libs / surfaces / mackie / meter.h
index 9ca5656664242052c5b4029a239ea68f93732af3..9a5d88ed23e97b4933c83716bd0bf3bdf0fefebd 100644 (file)
@@ -35,13 +35,13 @@ public:
        Meter (int id, std::string name, Group & group)
                : Control  (id, name, group)
                , overload_on (false) {}
-       
+
        void send_update (Surface&, float dB);
 
        MidiByteArray zero();
 
        static Control* factory (Surface&, int id, const char*, Group&);
-  
+
        void notify_metering_state_changed(Surface& surface, bool transport_is_rolling, bool metering_active);
 
   private: