summaryrefslogtreecommitdiff
path: root/watch.h
diff options
context:
space:
mode:
Diffstat (limited to 'watch.h')
-rw-r--r--watch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/watch.h b/watch.h
index 6151362..cbe4021 100644
--- a/watch.h
+++ b/watch.h
@@ -110,7 +110,7 @@ public:
virtual ~cVFDWatch();
virtual bool open();
- virtual void close ();
+ virtual void shutdown(int nExitMode);
void Replaying(const cControl *pControl, const char *szName, const char *szFileName, bool bOn);
void Recording(const cDevice *pDevice, const char *szName, const char *szFileName, bool bOn);