]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/stream.h
Applied patch #15286: documentation and col/rowspan demo by dghart
[wxWidgets.git] / interface / wx / stream.h
index 7bed3174ca369459bf2bd3627a56c2a5f38d595f..51b983dd8ad9a1edab64fa7289a74252df3ff566 100644 (file)
@@ -753,9 +753,11 @@ public:
     virtual ~wxCountingOutputStream();
 
     /**
-        Returns the current size of the stream.
+        Returns the current length of the stream.
+
+        This is the amount of data written to the stream so far, in bytes.
     */
-    size_t GetSize() const;
+    virtual wxFileOffset GetLength() const;
 };