summaryrefslogtreecommitdiff
path: root/lib/wx/c_src/gen/wxe_derived_dest.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/wx/c_src/gen/wxe_derived_dest.h')
-rw-r--r--lib/wx/c_src/gen/wxe_derived_dest.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/lib/wx/c_src/gen/wxe_derived_dest.h b/lib/wx/c_src/gen/wxe_derived_dest.h
index 861d8ca4b7..33b988eb18 100644
--- a/lib/wx/c_src/gen/wxe_derived_dest.h
+++ b/lib/wx/c_src/gen/wxe_derived_dest.h
@@ -1,7 +1,7 @@
/*
* %CopyrightBegin%
*
- * Copyright Ericsson AB 2008-2020. All Rights Reserved.
+ * Copyright Ericsson AB 2008-2021. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -861,3 +861,9 @@ class EwxGCDC : public wxGCDC {
};
#endif // wxUSE_GRAPHICS_CONTEXT
+class EwxNotificationMessage : public wxNotificationMessage {
+ public: ~EwxNotificationMessage() {((WxeApp *)wxTheApp)->clearPtr(this);};
+ EwxNotificationMessage(const wxString& title,const wxString& message,wxWindow * parent,int flags) : wxNotificationMessage(title,message,parent,flags) {};
+ EwxNotificationMessage() : wxNotificationMessage() {};
+};
+