added missing forward declaration for wxCStrData
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45535 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
82a99c692c
commit
8db4a5d27a
@ -17,6 +17,8 @@
|
|||||||
|
|
||||||
#include <stdlib.h> // malloc() and free()
|
#include <stdlib.h> // malloc() and free()
|
||||||
|
|
||||||
|
class WXDLLIMPEXP_BASE wxCStrData;
|
||||||
|
|
||||||
inline char *wxStrDup(const char *s) { return wxStrdupA(s); }
|
inline char *wxStrDup(const char *s) { return wxStrdupA(s); }
|
||||||
#if wxUSE_WCHAR_T
|
#if wxUSE_WCHAR_T
|
||||||
inline wchar_t *wxStrDup(const wchar_t *ws) { return wxStrdupW(ws); }
|
inline wchar_t *wxStrDup(const wchar_t *ws) { return wxStrdupW(ws); }
|
||||||
|
Loading…
Reference in New Issue
Block a user