projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
update to 0.2.4 version
[wxWidgets.git]
/
src
/
msw
/
notifmsg.cpp
diff --git
a/src/msw/notifmsg.cpp
b/src/msw/notifmsg.cpp
index f5064e68a2f93efd2c9694b1b97fd87f5ed5aea0..748445e3ae8f1f810d46df60f3f81cc94fcd6bc2 100644
(file)
--- a/
src/msw/notifmsg.cpp
+++ b/
src/msw/notifmsg.cpp
@@
-317,7
+317,7
@@
wxManualNotifMsgImpl::~wxManualNotifMsgImpl()
bool
wxManualNotifMsgImpl::DoShow(const wxString& title,
const wxString& message,
- int
timeout
,
+ int
WXUNUSED_UNLESS_DEBUG(timeout)
,
int flags)
{
wxASSERT_MSG( timeout == wxNotificationMessage::Timeout_Never,