misc fixes of ctor signatures
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56278 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -26,7 +26,7 @@ public:
|
||||
@warning
|
||||
If the buffer is created, it will be destroyed at the destruction of the stream.
|
||||
*/
|
||||
wxMemoryOutputStream(char* data = NULL, size_t length = 0);
|
||||
wxMemoryOutputStream(void* data = NULL, size_t length = 0);
|
||||
|
||||
/**
|
||||
Destructor.
|
||||
|
Reference in New Issue
Block a user