summaryrefslogtreecommitdiff
path: root/oscReceiveExample/src/ofApp.h
diff options
context:
space:
mode:
Diffstat (limited to 'oscReceiveExample/src/ofApp.h')
-rw-r--r--oscReceiveExample/src/ofApp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/oscReceiveExample/src/ofApp.h b/oscReceiveExample/src/ofApp.h
index bc91852..9f914f7 100644
--- a/oscReceiveExample/src/ofApp.h
+++ b/oscReceiveExample/src/ofApp.h
@@ -47,4 +47,6 @@ class ofApp : public ofBaseApp {
int copy_polys;
int create_polys;
+
+ line_debug_level debug_level;
};