]> git.cworth.org Git - vogl/blobdiff - src/vogleditor/vogleditor_output.h
UI: Update vogleditor_output so that it can be used from other files without having...
[vogl] / src / vogleditor / vogleditor_output.h
index bbeec1c5425b7be8163ca0fcf5cb50caf2a9a5e7..e3c13e077db9195b4f85e9e54b68289a5a3aae03 100644 (file)
@@ -19,7 +19,7 @@ private:
     QTextEdit* m_pTextEdit;
 };
 
-static vogleditor_output gs_OUTPUT;
+extern vogleditor_output gs_OUTPUT;
 
 static void vogleditor_output_init(QTextEdit* pTextEdit) { gs_OUTPUT.init(pTextEdit); }
 static void vogleditor_output_message(const char* pMessage) { gs_OUTPUT.message(pMessage); }