diff options
| author | Tim Redfern <tim@getdrop.com> | 2022-10-09 12:51:01 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@getdrop.com> | 2022-10-09 12:51:01 +0100 |
| commit | c75c17685a646e90d772c2d6ea4de7c2d0d250b6 (patch) | |
| tree | b6c8b0add8651f5d89ff614e647544faf25c9d80 /gui/src | |
| parent | 33a8310b5d5e51c6262d63a8b6679dd129abecc0 (diff) | |
new plugin chooser
Diffstat (limited to 'gui/src')
| -rw-r--r-- | gui/src/ofApp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/src/ofApp.cpp b/gui/src/ofApp.cpp index 1683057..db57605 100644 --- a/gui/src/ofApp.cpp +++ b/gui/src/ofApp.cpp @@ -1,4 +1,4 @@ - #include "ofApp.h" +#include "ofApp.h" #include "glew.h" const ofPoint outputWindowSize=ofPoint(1200,900); |
