summaryrefslogtreecommitdiffstats
path: root/Project/Element.h
diff options
context:
space:
mode:
Diffstat (limited to 'Project/Element.h')
-rw-r--r--Project/Element.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Project/Element.h b/Project/Element.h
index dff68f7..b1a7163 100644
--- a/Project/Element.h
+++ b/Project/Element.h
@@ -169,6 +169,8 @@ class Element
bool DoubleFromString(wxWindow* parent, wxString strValue, double& value, wxString errorMsg);
bool IntFromString(wxWindow* parent, wxString strValue, int& value, wxString errorMsg);
+ virtual void
+
protected:
std::vector<Element*> m_parentList;