From 0fd677e31bfedccca1cf29e34d443d75cb0035b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C4=83t=C4=83lin=20R=C4=83ceanu?= Date: Wed, 9 Dec 2015 14:44:53 +0200 Subject: [PATCH] Added 'since' tag to wxNotificationMessage documentation This class was added during 2.9 development, see e36a173933aaa81b28a27979c3748e8bc42ef88c Closes https://github.com/wxWidgets/wxWidgets/pull/148 --- interface/wx/notifmsg.h | 1 + 1 file changed, 1 insertion(+) diff --git a/interface/wx/notifmsg.h b/interface/wx/notifmsg.h index 3b5d11900f..82d2769cd0 100644 --- a/interface/wx/notifmsg.h +++ b/interface/wx/notifmsg.h @@ -16,6 +16,7 @@ Notice that this class is not a window and so doesn't derive from wxWindow. + @since 2.9.0 @library{wxadv} @category{misc} */