diff options
Diffstat (limited to 'slideshow')
-rw-r--r-- | slideshow/source/inc/screenupdater.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/slideshow/source/inc/screenupdater.hxx b/slideshow/source/inc/screenupdater.hxx index 2fbf42683017..85075e870e1a 100644 --- a/slideshow/source/inc/screenupdater.hxx +++ b/slideshow/source/inc/screenupdater.hxx @@ -42,7 +42,7 @@ namespace slideshow objects report any pending update, commitUpdates() does nothing. */ - class ScreenUpdater : boost::noncopyable + class ScreenUpdater : private boost::noncopyable { public: explicit ScreenUpdater( UnoViewContainer const& rViewContainer ); |