diff options
Diffstat (limited to 'Project/SyncGenerator.h')
-rw-r--r-- | Project/SyncGenerator.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Project/SyncGenerator.h b/Project/SyncGenerator.h index 0ff3f6a..3fe5a3b 100644 --- a/Project/SyncGenerator.h +++ b/Project/SyncGenerator.h @@ -67,7 +67,8 @@ public: SyncGenerator(); SyncGenerator(wxString name); ~SyncGenerator(); - + + virtual Element* GetCopy(); virtual void Init(); virtual void DrawSymbol() const; virtual bool GetContextMenu(wxMenu& menu); |