mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-22 03:25:48 +00:00
Makes some classes NONCOPYABLE, based on patch by Markus, refs #1852
This was SVN commit r13419.
This commit is contained in:
@@ -129,6 +129,9 @@ struct trapLocation
|
||||
|
||||
struct ThreadDebugger_impl
|
||||
{
|
||||
NONCOPYABLE(ThreadDebugger_impl);
|
||||
public:
|
||||
|
||||
ThreadDebugger_impl();
|
||||
~ThreadDebugger_impl();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user