X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;ds=sidebyside;f=src%2Fvogleditor%2Fvogleditor_output.h;fp=src%2Fvogleditor%2Fvogleditor_output.h;h=e3c13e077db9195b4f85e9e54b68289a5a3aae03;hb=96da0248021a617555bfcfa419eb385485379239;hp=bbeec1c5425b7be8163ca0fcf5cb50caf2a9a5e7;hpb=1bc97f19153f59d0236f4081b2e8564260e6ce70;p=vogl 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); }