diff options
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index e7cf62b..463cdfd 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -32,6 +32,7 @@ #include "sciteco.h" #include "cmdline.h" #include "interface.h" +#include "ioview.h" #include "parser.h" #include "goto.h" #include "qregisters.h" @@ -53,7 +54,7 @@ namespace SciTECO { * GCC init_priority() attribute */ InterfaceCurrent interface; -ViewCurrent QRegisters::view; +IOView QRegisters::view; /* * Scintilla will be initialized after these |