From d503992380630c1ee6d2edce8861d5f6e31cf8a1 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Sat, 18 Aug 2018 12:09:34 +0100 Subject: start vector plugin arch --- gui/libs/ofxAChaosLib/src/AChaosVerhulst.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gui/libs/ofxAChaosLib/src/AChaosVerhulst.h') diff --git a/gui/libs/ofxAChaosLib/src/AChaosVerhulst.h b/gui/libs/ofxAChaosLib/src/AChaosVerhulst.h index 78f5b32..592df43 100644 --- a/gui/libs/ofxAChaosLib/src/AChaosVerhulst.h +++ b/gui/libs/ofxAChaosLib/src/AChaosVerhulst.h @@ -17,6 +17,7 @@ public: ~AChaosVerhulst(){} vector param_labels={"seed","lambda"}; + virtual vector &get_param_labels(){return this->param_labels;}; virtual void setup(REAL * params = NULL){ -- cgit v1.2.3