From c768fc3acca4394dbb6e1ab248f7ccd02a1c0a8c Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 26 May 2014 14:35:26 +0000 Subject: gcc-related fixes git-svn-id: http://svn.miranda-ng.org/main/trunk@9318 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- include/m_system_cpp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/m_system_cpp.h') diff --git a/include/m_system_cpp.h b/include/m_system_cpp.h index 4bddd0ae27..fa2a13b4b0 100644 --- a/include/m_system_cpp.h +++ b/include/m_system_cpp.h @@ -182,7 +182,7 @@ template struct OBJLIST : public LIST __inline OBJLIST(const OBJLIST& x) : LIST(x.increment, x.sortFunc) - { items = NULL; + { this->items = NULL; List_ObjCopy((SortedList*)&x, (SortedList*)this, sizeof(T)); } -- cgit v1.2.3