diff options
Diffstat (limited to 'Project/SyncGenerator.h')
-rw-r--r-- | Project/SyncGenerator.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Project/SyncGenerator.h b/Project/SyncGenerator.h index 1a25a0e..e696ca4 100644 --- a/Project/SyncGenerator.h +++ b/Project/SyncGenerator.h @@ -148,6 +148,7 @@ class SyncGenerator : public Machines virtual Element* GetCopy(); virtual void Init(); virtual void DrawSymbol() const; + virtual void DrawDCSymbol(wxGraphicsContext* gc) const; virtual bool GetContextMenu(wxMenu& menu); virtual bool ShowForm(wxWindow* parent, Element* element); virtual wxString GetTipText() const; |