]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/buffer.h
Set TOOLKIT_LOWERCASE correctly for the various flavors of wxOSX
[wxWidgets.git] / interface / wx / buffer.h
index 830330adfc62d6085bb58fd37792f3b8fd953e37..c94116f00156c7dd94fc9da9bb1372c465819911 100644 (file)
@@ -34,7 +34,7 @@ public:
         @param size
             size of the new buffer.
     */
-    wxMemoryBuffer(size_t size);
+    wxMemoryBuffer(size_t size = DefBufSize);
 
     /**
         Append a single byte to the buffer.