Closed vanderlin closed 14 years ago
also I get this error:
/Users/todd/OpenFrameworks/OF/061/apps/Computer Vision/Watershed/../../../../other addons/ofxControlPanel/guiTypeMultiToggle.cpp:29:0 /Users/todd/OpenFrameworks/OF/061/apps/Computer Vision/Watershed/../../../../other addons/ofxControlPanel/guiTypeMultiToggle.cpp:29: error: virtual outside class declaration
I just removed the virtual...
void guiTypeMultiToggle::updateValue(){
//CB
notify();
}
cool - both of these will be fixed in the next update! first one is 10.6 / new GCC specific
some small code fixes, added todd's custom impl drawing demo, Closed by fa3b68e1ec3fc6f516ec8086716504d2d4861c61 Closed by fa3b68e1ec3fc6f516ec8086716504d2d4861c61
/Users/todd/OpenFrameworks/OF/061/apps/Computer Vision/Watershed/../../../../other addons/ofxControlPanel/simpleColor.h:13:0 /Users/todd/OpenFrameworks/OF/061/apps/Computer Vision/Watershed/../../../../other addons/ofxControlPanel/simpleColor.h:13: error: extra qualification 'simpleColor::' on member 'simpleColor'
in simplecolor.h I need to change simpleColor::simpleColor to simpleColor