From af7890e330a8a900f8e05616745dc6704db158a0 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 6 Apr 2020 01:30:46 +0200 Subject: [PATCH] Reduce insignificant documentation changes with master Restore the original amount of whitespace and remove WXDLLIMPEXP_CORE which shouldn't have appeared in the documentation header in the first place. --- interface/wx/animate.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/interface/wx/animate.h b/interface/wx/animate.h index 723f00b06d..2b0d4c7636 100644 --- a/interface/wx/animate.h +++ b/interface/wx/animate.h @@ -26,11 +26,11 @@ enum wxAnimationType #define wxAC_NO_AUTORESIZE (0x0010) #define wxAC_DEFAULT_STYLE (wxBORDER_NONE) + /** @class wxAnimationCtrl This is a static control which displays an animation. - wxAnimationCtrl API is as simple as possible and won't give you full control on the animation; if you need it then use wxMediaCtrl. @@ -299,8 +299,8 @@ public: ::wxNullAnimation @see wxAnimationCtrl, @sample{animate} - */ -class WXDLLIMPEXP_CORE wxAnimation : public wxObject +*/ +class wxAnimation : public wxObject { public: /**