diff options
| author | Tim Redfern <tim@getdrop.com> | 2023-04-19 17:50:24 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@getdrop.com> | 2023-04-19 17:50:24 +0100 |
| commit | af30d07a90f4c64baedcc383b7e5ee572de56aee (patch) | |
| tree | 1e503049c32173dbdb05505bf7761f67434ba8ce /nextus/src/ofApp.h | |
| parent | 66b4e761440da66be27fc2cbe486c6e21ba03f34 (diff) | |
text panel compiles
Diffstat (limited to 'nextus/src/ofApp.h')
| -rw-r--r-- | nextus/src/ofApp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nextus/src/ofApp.h b/nextus/src/ofApp.h index a549ff2..e2c90dd 100644 --- a/nextus/src/ofApp.h +++ b/nextus/src/ofApp.h @@ -58,7 +58,7 @@ class ofApp: public ofBaseApp, public ofxMidiListener { defaultPanel networkinput; svgPanel svginput; - defaultPanel textinput; + textPanel textinput; //======================================= //output |
