projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
compilation fix for ANSI build (added #if wxUSE_UNICODE)
[wxWidgets.git]
/
src
/
generic
/
animateg.cpp
diff --git
a/src/generic/animateg.cpp
b/src/generic/animateg.cpp
index a2bb8403494c9b5b154a0c6659743cbfcad7b272..d860f2d487f03f290a2a6bcab89285488bbe7eed 100644
(file)
--- a/
src/generic/animateg.cpp
+++ b/
src/generic/animateg.cpp
@@
-255,8
+255,8
@@
class wxAnimationModule: public wxModule
DECLARE_DYNAMIC_CLASS(wxAnimationModule)
public:
wxAnimationModule() {}
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)
};
IMPLEMENT_DYNAMIC_CLASS(wxAnimationModule, wxModule)