projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
move Read/Write() to common code, there was almost nothing platform-specific in it
[wxWidgets.git]
/
include
/
wx
/
private
/
timer.h
diff --git
a/include/wx/private/timer.h
b/include/wx/private/timer.h
index c33a2a84326840f9f00c5523926ee2b84a7e7630..5178b3cf0ffd0d8e39ede66f3e673ee7ec69a5e7 100644
(file)
--- a/
include/wx/private/timer.h
+++ b/
include/wx/private/timer.h
@@
-67,7
+67,7
@@
protected:
bool m_oneShot; // true if one shot
- DECLARE_NO_COPY_CLASS(wxTimerImpl)
;
+ DECLARE_NO_COPY_CLASS(wxTimerImpl)
};
#endif // _WX_TIMERIMPL_H_BASE_