summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/region.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/ardour/region.h')
-rw-r--r--libs/ardour/ardour/region.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/ardour/region.h b/libs/ardour/ardour/region.h
index 4cae00c532..310bd582cd 100644
--- a/libs/ardour/ardour/region.h
+++ b/libs/ardour/ardour/region.h
@@ -162,7 +162,7 @@ class Region
void recompute_position_from_lock_style ();
void freeze ();
- void thaw (const std::string& why);
+ void thaw ();
bool covers (nframes_t frame) const {
return first_frame() <= frame && frame <= last_frame();