From ec9ae8e75b75ac312b15b717475b130c078136b9 Mon Sep 17 00:00:00 2001 From: Comment Date: Wed, 26 Dec 2012 16:55:50 +0000 Subject: made a tiny change --- src/testApp.cpp | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'src/testApp.cpp') diff --git a/src/testApp.cpp b/src/testApp.cpp index 83620b9..3f60650 100755 --- a/src/testApp.cpp +++ b/src/testApp.cpp @@ -30,6 +30,7 @@ get and set clipboard (ofxFensterManager.h) */ editorWindow::~editorWindow(){ cout << "editor window destroyed" << endl; + } void editorWindow::setup(){ ofxFenster* win=ofxFensterManager::get()->createFenster(0, 0, 600, 600, OF_WINDOW); @@ -41,7 +42,7 @@ void editorWindow::setup(){ void editorWindow::draw(){ for (int i=0;i