]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/wfstream.h
Removed unnecessary lines from threadpsx
[wxWidgets.git] / include / wx / wfstream.h
index 65313efd053e5b1ccef81a86c981d1b0ddc514e7..efd9317e1f871dda65786ee7de6e57d96571e095 100644 (file)
@@ -33,7 +33,7 @@ class wxFileInputStream: public wxInputStream {
   ~wxFileInputStream();
 
   char Peek();
-  size_t StreamSize() const;
+  size_t GetSize() const;
 
   bool Ok() const { return m_file->IsOpened(); }
 
@@ -61,7 +61,7 @@ class wxFileOutputStream: public wxOutputStream {
 //     { return wxOutputStream::Write(buffer, size); }
 
   void Sync();
-  size_t StreamSize() const;
+  size_t GetSize() const;
 
   bool Ok() const { return m_file->IsOpened(); }