projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix insertion of radio menu items in wxOSX wxMenu.
[wxWidgets.git]
/
include
/
wx
/
xml
/
xml.h
diff --git
a/include/wx/xml/xml.h
b/include/wx/xml/xml.h
index fbd6faa4acaff834915885277c0a0f985df84167..5bbe006366b7c03fe39d2a9fdcd71dfa9e0422f3 100644
(file)
--- a/
include/wx/xml/xml.h
+++ b/
include/wx/xml/xml.h
@@
-216,6
+216,7
@@
private:
int m_lineNo; // line number in original file, or -1
bool m_noConversion; // don't do encoding conversion - node is plain text
+ void DoFree();
void DoCopy(const wxXmlNode& node);
};