From 1a5eb47494cc7a1cd1ae3111c54cff7f1d9168fe Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Mon, 14 Apr 2003 02:41:11 +0000 Subject: "" svn path=/trunk/; revision=559 --- externals/grill/vst/src/main.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'externals/grill/vst/src') diff --git a/externals/grill/vst/src/main.cpp b/externals/grill/vst/src/main.cpp index a1a66fb6..c74c1dcc 100644 --- a/externals/grill/vst/src/main.cpp +++ b/externals/grill/vst/src/main.cpp @@ -19,7 +19,7 @@ WARRANTIES, see the file, "license.txt," in this distribution. #include #include -#define VST_VERSION "0.1.0pre5" +#define VST_VERSION "0.1.0pre7" #if 0 /* ----- MFC stuff ------------- */ @@ -233,6 +233,7 @@ vst::~vst() V vst::ClearPlug() { if(plug) { + ms_edit(false); ClearBuf(); delete plug; plug = NULL; } -- cgit v1.2.1