diff options
Diffstat (limited to 'offsetProject/src/buttonChecker.h')
| -rw-r--r-- | offsetProject/src/buttonChecker.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/offsetProject/src/buttonChecker.h b/offsetProject/src/buttonChecker.h index 2de14cb..edcde15 100644 --- a/offsetProject/src/buttonChecker.h +++ b/offsetProject/src/buttonChecker.h @@ -4,7 +4,7 @@ #include "ofMain.h" #include "ofURLFileLoader.h" -long ofToLong(const string& intString); +long toLong(const string& intString); class buttonChecker : public ofThread{ @@ -54,7 +54,7 @@ class buttonChecker : public ofThread{ //cout<<"."<<std::flush; - long result = ofToLong(ofLoadURL(url).data.getText()); + long result = toLong(ofLoadURL(url).data.getText()); if (result>last){ last=result; active=true; |
