]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/stream.h
blind fix for yet another VC6 compilation error
[wxWidgets.git] / interface / wx / stream.h
index f301b70314db01a223497b14675054166258587e..b2a8c9cb9028adeefc68750db07d746e3d7aa651 100644 (file)
@@ -748,7 +748,7 @@ public:
     /**
         Calls Sync() and changes the stream position.
     */
-    virtual wxFileOffset SeekO(wxFileOffset pos, wxSeekMode mode = wxFromStart)
+    virtual wxFileOffset SeekO(wxFileOffset pos, wxSeekMode mode = wxFromStart);
 
     /**
         Flushes the buffer and calls Sync() on the parent stream.