projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix MSVC warnings about possibly uninitialized variables; some reindentation
[wxWidgets.git]
/
src
/
common
/
animatecmn.cpp
diff --git
a/src/common/animatecmn.cpp
b/src/common/animatecmn.cpp
index e18c6e8d34f84f660afe5574e4eb525b90ed9129..4ba1483bac0a2848e43c9c5c996bd213687e5d32 100644
(file)
--- a/
src/common/animatecmn.cpp
+++ b/
src/common/animatecmn.cpp
@@
-26,7
+26,7
@@
#include "wx/image.h"
#include "wx/dcmemory.h"
-const
wxChar wxAnimationCtrlNameStr[] = wxT("animationctrl")
;
+const
char wxAnimationCtrlNameStr[] = "animationctrl"
;
// global object
wxAnimation wxNullAnimation;