]> 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 6de1c83f15208e84aa7c62c5d46effcaada2eb69..c94116f00156c7dd94fc9da9bb1372c465819911 100644 (file)
@@ -8,7 +8,6 @@
 
 /**
     @class wxMemoryBuffer
-    @wxheader{buffer.h}
 
     A @b wxMemoryBuffer is a useful data structure for storing arbitrary sized
     blocks of memory. wxMemoryBuffer guarantees deletion of the memory block when
@@ -35,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.