]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/oleauto/oleauto.cpp
Change wxFSFile::DetachStream to NULL the m_Stream member. Add SetStream().
[wxWidgets.git] / samples / oleauto / oleauto.cpp
index bc77c7e8d748d31646674a218acb17c566165750..dd207520d448d0e8b58b86eb10aa4c319784bcb9 100644 (file)
@@ -91,7 +91,7 @@ enum
     OleAuto_Test,
 
     // controls start here (the numbers are, of course, arbitrary)
-    OleAuto_Text = 1000,
+    OleAuto_Text = 1000
 };
 
 // ----------------------------------------------------------------------------