summaryrefslogtreecommitdiff
path: root/plugins/Clist_modern/src/hdr
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Clist_modern/src/hdr')
-rw-r--r--plugins/Clist_modern/src/hdr/modern_commonprototypes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Clist_modern/src/hdr/modern_commonprototypes.h b/plugins/Clist_modern/src/hdr/modern_commonprototypes.h
index 528ecf6d82..4aefa96a4d 100644
--- a/plugins/Clist_modern/src/hdr/modern_commonprototypes.h
+++ b/plugins/Clist_modern/src/hdr/modern_commonprototypes.h
@@ -70,6 +70,7 @@ extern BYTE gl_TrimText;
class thread_catcher
{
HANDLE &m_ptr;
+ __forceinline thread_catcher& operator = (const thread_catcher &) {}
public:
__forceinline thread_catcher(HANDLE &param) : m_ptr(param) {}