Make Uncopyable derivations public

This commit is contained in:
Vinnie Falco
2013-08-06 10:42:30 -07:00
parent cc9358ee95
commit 9aaaa6aef0
73 changed files with 105 additions and 106 deletions

View File

@@ -34,7 +34,7 @@
@see CriticalSection
*/
class BEAST_API InterProcessLock : Uncopyable
class BEAST_API InterProcessLock : public Uncopyable
{
public:
//==============================================================================
@@ -71,7 +71,7 @@ public:
@see ScopedLock
*/
class ScopedLockType : Uncopyable
class ScopedLockType : public Uncopyable
{
public:
//==============================================================================