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:
@@ -28,7 +28,7 @@ struct wxIsMovable
|
|||||||
#define WX_DECLARE_TYPE_MOVABLE(type) \
|
#define WX_DECLARE_TYPE_MOVABLE(type) \
|
||||||
template<> struct wxIsMovable<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
|
// Our implementation of wxString is written in such way that it's safe to move
|
||||||
|
Reference in New Issue
Block a user