slidecopy: make TabDeckLayouter class non-copyable, to be able to compile the whole thing with MSVC
This commit is contained in:
parent
72925bad05
commit
c4007b3b84
1 changed files with 3 additions and 0 deletions
|
@ -35,6 +35,8 @@
|
|||
|
||||
#include <memory>
|
||||
|
||||
#include <boost/noncopyable.hpp>
|
||||
|
||||
//........................................................................
|
||||
namespace svt
|
||||
{
|
||||
|
@ -49,6 +51,7 @@ namespace svt
|
|||
//====================================================================
|
||||
class SVT_DLLPUBLIC TabDeckLayouter :public RefBase
|
||||
,public IDeckLayouter
|
||||
,public ::boost::noncopyable
|
||||
{
|
||||
public:
|
||||
/** creates a new layouter
|
||||
|
|
Loading…
Reference in a new issue