diff options
author | Christian <zerov83@gmail.com> | 2016-01-17 20:22:46 +0100 |
---|---|---|
committer | Christian <zerov83@gmail.com> | 2016-01-17 20:22:46 +0100 |
commit | c1084ebf878a13eecff0eb6125a15057f0ea7076 (patch) | |
tree | eeef550ae032b465bfc023d31132d2d626c1ef55 /boblightservice.h | |
parent | 040d8d8becbb132bb4dbb0d2d1510175e8c2e080 (diff) | |
download | vdr-plugin-boblight-0.0.7.tar.gz vdr-plugin-boblight-0.0.7.tar.bz2 |
linking libboblight correctly0.0.7
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 |