summaryrefslogtreecommitdiff
path: root/passadesgui/src/ofApp.h
diff options
context:
space:
mode:
authorTim Redfern <tim@getdrop.com>2022-10-01 11:43:36 +0100
committerTim Redfern <tim@getdrop.com>2022-10-01 11:43:36 +0100
commitec4a59ed5dc4bd235c04636d311e021a7751b882 (patch)
tree65c4fc1a7cf1fa01046412e2d426d00825b23583 /passadesgui/src/ofApp.h
parentaca6161b1c8ee632e388731084b6158a1483e71a (diff)
bug squashed
Diffstat (limited to 'passadesgui/src/ofApp.h')
-rw-r--r--passadesgui/src/ofApp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/passadesgui/src/ofApp.h b/passadesgui/src/ofApp.h
index 92eabbd..022b120 100644
--- a/passadesgui/src/ofApp.h
+++ b/passadesgui/src/ofApp.h
@@ -210,7 +210,7 @@ class ofApp: public ofBaseApp, public ofxMidiListener {
//======================================= //SVG player
ofxSVG svg;
- vector <lineSegmenter> segmenters; //<colourLineSegmenter> segmenters; //
+ vector <colourLineSegmenter> segmenters; //
vector <float> shape_selection_durations;
set <int> shape_selection;