X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ba5787676d002f76b4c3944cb598b626f10f058d..c57fe715b2e4063deb38afb4a4551dab68732f5f:/src/generic/animateg.cpp diff --git a/src/generic/animateg.cpp b/src/generic/animateg.cpp index a2bb840349..d860f2d487 100644 --- a/src/generic/animateg.cpp +++ b/src/generic/animateg.cpp @@ -255,8 +255,8 @@ class wxAnimationModule: public wxModule DECLARE_DYNAMIC_CLASS(wxAnimationModule) public: wxAnimationModule() {} - bool OnInit() { wxAnimation::InitStandardHandlers(); return true; }; - void OnExit() { wxAnimation::CleanUpHandlers(); }; + bool OnInit() { wxAnimation::InitStandardHandlers(); return true; } + void OnExit() { wxAnimation::CleanUpHandlers(); } }; IMPLEMENT_DYNAMIC_CLASS(wxAnimationModule, wxModule)