]> git.saurik.com Git - wxWidgets.git/commit
Add missing "flags" argument to wxNotificationMessage ctor in wxMSW.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 28 Apr 2012 22:25:23 +0000 (22:25 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 28 Apr 2012 22:25:23 +0000 (22:25 +0000)
commit7e7ba0dfc58a4188c6ff2abe22b8fd46c9de70fb
tree7d5eb8c971cf2b0cda2a77b9e34a3e0c5a61ad6e
parenta610eb7369be603460468f1e2ab894873a638ab0
Add missing "flags" argument to wxNotificationMessage ctor in wxMSW.

It was impossible to specify the flags when creating wxNotificationMessage in
wxMSW, cotrary to the other ports and the documentation.

Fix this by adding the missing argument to the ctor and simply passing it to
the base class one, we don't have to do anything else as the existing code
already calls GetFlags() later so it should respect these flags without any
more changes.

Closes #14245.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71312 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/msw/notifmsg.h