summaryrefslogtreecommitdiff
path: root/libs/gtkmm2ext
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2017-03-21 03:46:32 +0100
committerRobin Gareus <robin@gareus.org>2017-03-21 03:46:40 +0100
commit533a93daa6c311348b286a3caf81c59b25bd1d7f (patch)
treea584955fdadf877bebf14ff59cdfe108e362b76d /libs/gtkmm2ext
parent5cf95848e9c311ec6b8d9a441e9d66b9731244ac (diff)
match name of synthesized property (fixed i386 builds)
Diffstat (limited to 'libs/gtkmm2ext')
-rw-r--r--libs/gtkmm2ext/nsglview.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/gtkmm2ext/nsglview.mm b/libs/gtkmm2ext/nsglview.mm
index 90f86b7d13..6c84eef494 100644
--- a/libs/gtkmm2ext/nsglview.mm
+++ b/libs/gtkmm2ext/nsglview.mm
@@ -74,7 +74,7 @@ __attribute__ ((visibility ("hidden")))
@implementation ArdourCanvasOpenGLView
-@synthesize tag = _tag;
+@synthesize tag = tag;
- (id) initWithFrame:(NSRect)frame
{