From 125892b8043c655eb7d59976933d05507719a849 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Thu, 7 Jun 2007 20:28:50 +0000 Subject: [PATCH] Init fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46365 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/richtext/richtextstyles.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/wx/richtext/richtextstyles.h b/include/wx/richtext/richtextstyles.h index 8be842cc74..104e1a0bdb 100644 --- a/include/wx/richtext/richtextstyles.h +++ b/include/wx/richtext/richtextstyles.h @@ -253,6 +253,7 @@ public: wxRichTextStyleSheet(const wxRichTextStyleSheet& sheet) : wxObject() { + Init(); Copy(sheet); } wxRichTextStyleSheet() { Init(); } -- 2.45.2