diff options
Diffstat (limited to 'src/lib/butler.h')
| -rw-r--r-- | src/lib/butler.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/lib/butler.h b/src/lib/butler.h index 8c7f554cb..ac83cecec 100644 --- a/src/lib/butler.h +++ b/src/lib/butler.h @@ -32,7 +32,7 @@ class Player; class PlayerVideo; -class Butler : public ExceptionStore, public boost::noncopyable +class Butler : public ExceptionStore { public: Butler ( @@ -48,6 +48,9 @@ public: ~Butler (); + Butler (Butler const&) = delete; + Butler& operator= (Butler const&) = delete; + void seek (dcpomatic::DCPTime position, bool accurate); class Error { |
