diff --git a/apps/ImageTSNELive/src/ofApp.cpp b/apps/ImageTSNELive/src/ofApp.cpp index 8559911..36ed2a0 100644 --- a/apps/ImageTSNELive/src/ofApp.cpp +++ b/apps/ImageTSNELive/src/ofApp.cpp @@ -24,9 +24,9 @@ void ofApp::scanDirectoryRecursive(ofDirectory dir) { void ofApp::setup(){ #ifdef RELEASE - string ccvPath = ofToDataPath("image-net-2012.sqlite3"); + ccvPath = ofToDataPath("image-net-2012.sqlite3"); #else - string ccvPath = ofToDataPath("../../../../data/image-net-2012.sqlite3"); + ccvPath = ofToDataPath("../../../../data/image-net-2012.sqlite3"); #endif // listen for scroll events, and save screenshot button press