X-Git-Url: https://git.cworth.org/git?p=vogl;a=blobdiff_plain;f=src%2Fvogleditor%2Fvogleditor_output.h;h=e3c13e077db9195b4f85e9e54b68289a5a3aae03;hp=bbeec1c5425b7be8163ca0fcf5cb50caf2a9a5e7;hb=104a3f22b9bfdd71fa1e3584c3d56b2987c00f1f;hpb=de9951665fcdc0499b9d57d64cc95657231200aa diff --git a/src/vogleditor/vogleditor_output.h b/src/vogleditor/vogleditor_output.h index bbeec1c..e3c13e0 100644 --- a/src/vogleditor/vogleditor_output.h +++ b/src/vogleditor/vogleditor_output.h @@ -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); }