summaryrefslogtreecommitdiff
path: root/libs/ardour/mac_vst_support.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2016-11-15 00:43:17 +0100
committerRobin Gareus <robin@gareus.org>2016-11-15 00:44:13 +0100
commit3e7d620c9c281548612d82a7f78fa207c986e5af (patch)
tree4bac1722c8736e2257490d91e2c2427a418abab8 /libs/ardour/mac_vst_support.cc
parentd10913e2de736b8b34d5efe12548c50296add378 (diff)
Fix some typo.
Diffstat (limited to 'libs/ardour/mac_vst_support.cc')
-rw-r--r--libs/ardour/mac_vst_support.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/mac_vst_support.cc b/libs/ardour/mac_vst_support.cc
index 3b968c28d8..d86d3d5825 100644
--- a/libs/ardour/mac_vst_support.cc
+++ b/libs/ardour/mac_vst_support.cc
@@ -80,7 +80,7 @@ static VSTState *
mac_vst_new ()
{
VSTState* mac_vst = (VSTState *) calloc (1, sizeof (VSTState));
- mac_vst0->init();
+ mac_vst->init();
return mac_vst;
}