]> git.saurik.com Git - wxWidgets.git/commitdiff
MinGW warning fix.
authorWłodzimierz Skiba <abx@abx.art.pl>
Tue, 8 Feb 2005 20:57:12 +0000 (20:57 +0000)
committerWłodzimierz Skiba <abx@abx.art.pl>
Tue, 8 Feb 2005 20:57:12 +0000 (20:57 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31863 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/docview/doc.cpp

index eed9eee18d40cb0a76df8d682a3b0f8dfe0e82dd..9d10db817e5376005c5f74c4769bf4ca599b912b 100644 (file)
@@ -123,7 +123,7 @@ wxInputStream& DrawingDocument::LoadObject(wxInputStream& stream)
 }
 #endif
 
-DoodleSegment::DoodleSegment(DoodleSegment& seg)
+DoodleSegment::DoodleSegment(DoodleSegment& seg):wxObject()
 {
     wxList::compatibility_iterator node = seg.lines.GetFirst();
     while (node)