diff options
Diffstat (limited to 'project2/noOutputExecute.h')
-rw-r--r-- | project2/noOutputExecute.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/project2/noOutputExecute.h b/project2/noOutputExecute.h index 55fdf7a..3e92aba 100644 --- a/project2/noOutputExecute.h +++ b/project2/noOutputExecute.h @@ -17,5 +17,6 @@ class _NoOutputExecute : public virtual _SourceObject { virtual ~_NoOutputExecute() { } virtual void execute() const = 0; }; + #endif |