]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/stream.h
Use WM_INITMENUPOPUP
[wxWidgets.git] / include / wx / stream.h
index 2c770c2b3e21e04fdf230bada2760eef5a73e106..151dd0bca45fac884215f903c0dab62690ea5b5d 100644 (file)
@@ -81,7 +81,7 @@ public:
     // reset the stream state
     void Reset() { m_lasterror = wxSTREAM_NO_ERROR; }
 
-    // deprecated (doesn't make sense!), don't use
+    // this doesn't make sense for all streams, always test its return value
     virtual size_t GetSize() const { return 0; }
 
 #if WXWIN_COMPATIBILITY_2_2