]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/xml/xml.h
No real changes, just cleanup week days handling in wxGenericCalendarCtrl.
[wxWidgets.git] / include / wx / xml / xml.h
index 02936478c2bea940a2c9e2686c9298b8201243d5..95fa3cfb2cf509c52070ee26e2ea3bb772b313f6 100644 (file)
@@ -69,8 +69,8 @@ public:
             : m_name(name), m_value(value), m_next(next) {}
     virtual ~wxXmlAttribute() {}
 
-    wxString GetName() const { return m_name; }
-    wxString GetValue() const { return m_value; }
+    const wxString& GetName() const { return m_name; }
+    const wxString& GetValue() const { return m_value; }
     wxXmlAttribute *GetNext() const { return m_next; }
 
     void SetName(const wxString& name) { m_name = name; }