]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/notifmsg.cpp
Only test for centre flag of minor direction and ignore the other in wxBoxSizer ...
[wxWidgets.git] / src / msw / notifmsg.cpp
index f5064e68a2f93efd2c9694b1b97fd87f5ed5aea0..748445e3ae8f1f810d46df60f3f81cc94fcd6bc2 100644 (file)
@@ -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,