]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/private/markupparser.h
Fix wxPropertyGrid::GetPropertyRect when the last item is collapsed.
[wxWidgets.git] / include / wx / private / markupparser.h
index 751c9d67f77e632307f3dbcf30d508350aca8775..855d92ad05f63901a560c55bd54d7618a1f316c6 100644 (file)
@@ -3,7 +3,6 @@
 // Purpose:     Classes for parsing simple markup.
 // Author:      Vadim Zeitlin
 // Created:     2011-02-16
-// RCS-ID:      $Id: $
 // Copyright:   (c) 2011 Vadim Zeitlin <vadim@wxwidgets.org>
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
@@ -78,6 +77,7 @@ class wxMarkupParserOutput
 {
 public:
     wxMarkupParserOutput() { }
+    virtual ~wxMarkupParserOutput() { }
 
     // Virtual functions called by wxMarkupParser while parsing the markup.