Fix build with wxUSE_STD_STRIN == 0.
Remove a leftover occurrence of wxDEFINE_TEMPLATE_BOOL_VALUE(), this should have been done in r76532. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@77490 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
7269fba894
commit
bd3ff6928e
@ -28,7 +28,7 @@ struct wxIsMovable
|
||||
#define WX_DECLARE_TYPE_MOVABLE(type) \
|
||||
template<> struct wxIsMovable<type> \
|
||||
{ \
|
||||
wxDEFINE_TEMPLATE_BOOL_VALUE(true); \
|
||||
static const bool value = true; \
|
||||
};
|
||||
|
||||
// Our implementation of wxString is written in such way that it's safe to move
|
||||
|
Loading…
Reference in New Issue
Block a user