[ofxSimpleGuiToo] Possible error in header?

BlitzMax Forums/Brucey's Modules/[ofxSimpleGuiToo] Possible error in header?

plash(Posted 2009) [#1]
At 'ofx.mod/ofxsimpleguitoo.mod/src/ofxSimpleGuiPage.h' on line 79:
float ofxSimpleGuiPage::getNextY(float y);


I got an error that went something like this (no longer in my log, so I'm typing this out):
file 'ofx.mod/ofxsimpleguitoo.mod/src/ofxSimpleGuiPage.h:ln79' extra qualification: 'ofxSimpleGuiPage::getNextY'


I just started to compile my modules from Windows (made a symbolic link from my Linux mod folder to my Windows mod folder), and so far everything has been going along nicely (a few errors, that an svn update fixed, others just messing around).

I got an error earlier on the ofx module, so I got it from the repo again and ran the apt-get line from the ofx thread.. it seemed to build fine until this point, and it doesn't look like the code was changed at all, so that means it should have been fine compiling on XP (which it did).

Anyhow.. I change the line to:
float getNextY(float y);


It compiles just fine.

EDIT: Note: I am compiling modules for Linux, and not for Windows.


Brucey(Posted 2009) [#2]
Fixed.