diff --git a/include/wx/meta/movable.h b/include/wx/meta/movable.h index 86d4c35985..6e6aac9751 100644 --- a/include/wx/meta/movable.h +++ b/include/wx/meta/movable.h @@ -28,7 +28,7 @@ struct wxIsMovable #define WX_DECLARE_TYPE_MOVABLE(type) \ template<> struct wxIsMovable \ { \ - 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