diff options
Diffstat (limited to 'Project/Bus.h')
-rw-r--r-- | Project/Bus.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Project/Bus.h b/Project/Bus.h index 50bfa1a..90068d1 100644 --- a/Project/Bus.h +++ b/Project/Bus.h @@ -46,7 +46,7 @@ class Bus : public Element virtual void SetElectricalData(BusElectricalData electricalData) { m_electricalData = electricalData; } virtual bool ShowForm(wxWindow* parent, Element* element); - private: + protected: BusElectricalData m_electricalData; }; |