]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/fs_mem.cpp
added missing consts and pass objects by const reference instead of by value (patch...
[wxWidgets.git] / src / common / fs_mem.cpp
index 6fe6c097bf51d8ed3415929e9a56727a3b215749..5c983a1def81760c90e131154cf77af37562ced7 100644 (file)
@@ -41,7 +41,7 @@ class MemFSHashObj : public wxObject
             InitTime();
         }
 
-        MemFSHashObj(wxMemoryOutputStream& stream)
+        MemFSHashObj(const wxMemoryOutputStream& stream)
         {
             m_Len = stream.GetSize();
             m_Data = new char[m_Len];