]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/thread/test.cpp
last line missing
[wxWidgets.git] / samples / thread / test.cpp
index 8133847ac55b979c2248d311549dd4cec13357f5..5788b0caa23b612fcda26417e3d26b74060f449d 100644 (file)
@@ -155,7 +155,6 @@ void MyThread::WriteText(const wxString& text)
     wxMutexGuiEnter();
 
     msg << text;
-
     m_frame->WriteText(msg);
     
     wxMutexGuiLeave();