diff options
Diffstat (limited to 'boblightservice.h')
-rw-r--r-- | boblightservice.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/boblightservice.h b/boblightservice.h index c34d9f3..22b270e 100644 --- a/boblightservice.h +++ b/boblightservice.h @@ -28,7 +28,7 @@ class cBoblight : public cAmbiService { public: - cBoblight(); + cBoblight() {}; ~cBoblight() { close(); } int open(); @@ -46,4 +46,4 @@ class cBoblight : public cAmbiService }; -#endif
\ No newline at end of file +#endif |