aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/WinVST/Golem/Golem.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/WinVST/Golem/Golem.h')
-rwxr-xr-xplugins/WinVST/Golem/Golem.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/plugins/WinVST/Golem/Golem.h b/plugins/WinVST/Golem/Golem.h
index 8bb81d8..e02ab78 100755
--- a/plugins/WinVST/Golem/Golem.h
+++ b/plugins/WinVST/Golem/Golem.h
@@ -54,10 +54,8 @@ private:
char _programName[kVstMaxProgNameLen + 1];
std::set< std::string > _canDo;
- long double fpNShapeLA;
- long double fpNShapeLB;
- long double fpNShapeRA;
- long double fpNShapeRB;
+ long double fpNShapeL;
+ long double fpNShapeR;
bool flip;
//default stuff
double p[4099];