1
0
forked from mirrors/0ad

Makes some classes NONCOPYABLE, based on patch by Markus, refs #1852

This was SVN commit r13419.
This commit is contained in:
historic_bruno
2013-05-22 21:40:56 +00:00
parent d7dcd3b26c
commit 94c57085e9
15 changed files with 46 additions and 11 deletions
@@ -129,6 +129,9 @@ struct trapLocation
struct ThreadDebugger_impl
{
NONCOPYABLE(ThreadDebugger_impl);
public:
ThreadDebugger_impl();
~ThreadDebugger_impl();