diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-05-03 11:17:34 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-05-03 20:18:04 +0200 |
| commit | 689fa55d1529ad88449ca464e9107c4dcc54d1cb (patch) | |
| tree | edd1264941263f2fa25a98d61f98c87876c5b667 /src/lib/butler.h | |
| parent | 0aabe4060ea4bad7c7caac633aef0737fccff8c2 (diff) | |
C++11 tidying.
Diffstat (limited to 'src/lib/butler.h')
| -rw-r--r-- | src/lib/butler.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/butler.h b/src/lib/butler.h index 29966b956..a231fd099 100644 --- a/src/lib/butler.h +++ b/src/lib/butler.h @@ -18,6 +18,7 @@ */ + #include "audio_mapping.h" #include "audio_ring_buffers.h" #include "change_signaller.h" @@ -29,9 +30,11 @@ #include <boost/thread.hpp> #include <boost/thread/condition.hpp> + class Player; class PlayerVideo; + class Butler : public ExceptionStore { public: |
