summaryrefslogtreecommitdiff
path: root/gtk2_ardour/mixer_strip.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/mixer_strip.h')
-rw-r--r--gtk2_ardour/mixer_strip.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/mixer_strip.h b/gtk2_ardour/mixer_strip.h
index eb29bdbf97..4a2865c339 100644
--- a/gtk2_ardour/mixer_strip.h
+++ b/gtk2_ardour/mixer_strip.h
@@ -314,7 +314,7 @@ class MixerStrip : public RouteUI, public Gtk::EventBox
void set_meter_point (ARDOUR::MeterPoint);
PBD::ScopedConnection _level_meter_connection;
- static std::string meter_point_string (ARDOUR::MeterPoint);
+ std::string meter_point_string (ARDOUR::MeterPoint);
};
#endif /* __ardour_mixer_strip__ */