ofTheo / ofxControlPanel

A flexible control panel based gui addon for openFrameworks
93 stars 46 forks source link

maybe a 10.6 sdk issue #4

Closed vanderlin closed 14 years ago

vanderlin commented 14 years ago

/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

vanderlin commented 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();
}

ofTheo commented 14 years ago

cool - both of these will be fixed in the next update! first one is 10.6 / new GCC specific

ofTheo commented 14 years ago

some small code fixes, added todd's custom impl drawing demo, Closed by fa3b68e1ec3fc6f516ec8086716504d2d4861c61 Closed by fa3b68e1ec3fc6f516ec8086716504d2d4861c61