summaryrefslogtreecommitdiffstats
path: root/Project/Transformer.h
diff options
context:
space:
mode:
Diffstat (limited to 'Project/Transformer.h')
-rw-r--r--Project/Transformer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Project/Transformer.h b/Project/Transformer.h
index 5020fbd..d557cda 100644
--- a/Project/Transformer.h
+++ b/Project/Transformer.h
@@ -68,6 +68,7 @@ class Transformer : public Branch
virtual void MoveNode(Element* parent, wxPoint2DDouble position);
virtual void StartMove(wxPoint2DDouble position);
virtual bool GetContextMenu(wxMenu& menu);
+ virtual wxString GetTipText() const;
virtual void RotateNode(Element* parent, bool clockwise);
virtual bool SetNodeParent(Element* parent);
virtual void SetPowerFlowDirection(PowerFlowDirection pfDirection);