summaryrefslogtreecommitdiff
path: root/gtk2_ardour/mixer_strip.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-11-27 13:21:21 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-11-27 13:21:21 +0000
commit12fadcc43eb5eb2b5602f7f9c407ff8d11f361de (patch)
tree5b4f074dd6782a701385e6882bea57da51e3e328 /gtk2_ardour/mixer_strip.cc
parentc36b0e661d7757939aaf66d8b14d88a042d749a0 (diff)
try another fix for the crash created by rev 13547
git-svn-id: svn://localhost/ardour2/branches/3.0@13554 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/mixer_strip.cc')
-rw-r--r--gtk2_ardour/mixer_strip.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/mixer_strip.cc b/gtk2_ardour/mixer_strip.cc
index b5f0b3efc9..843f2ee452 100644
--- a/gtk2_ardour/mixer_strip.cc
+++ b/gtk2_ardour/mixer_strip.cc
@@ -1731,6 +1731,7 @@ MixerStrip::meter_point_string (MeterPoint mp)
break;
}
+ return string();
}
/** Called when the metering point has changed */