diff options
Diffstat (limited to 'gui/libs/ofxAChaosLib/src/AChaosClifford.h')
| -rwxr-xr-x | gui/libs/ofxAChaosLib/src/AChaosClifford.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/libs/ofxAChaosLib/src/AChaosClifford.h b/gui/libs/ofxAChaosLib/src/AChaosClifford.h index 1bee069..ab52473 100755 --- a/gui/libs/ofxAChaosLib/src/AChaosClifford.h +++ b/gui/libs/ofxAChaosLib/src/AChaosClifford.h @@ -19,6 +19,7 @@ public: ~AChaosClifford(){} vector<string> param_labels={"a","b","c","d","",""}; + virtual vector<string> &get_param_labels(){return this->param_labels;}; virtual void setup(REAL * params = NULL){ |
