From 3e05d92dcb5f6c2017bc462554901ba27816bdb4 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 17 Apr 2018 15:56:52 +0300 Subject: MNonCopyable - the common class to avoid declaring fake private constructors --- libs/libjson/src/JSONMemory.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/libjson/src/JSONMemory.h') diff --git a/libs/libjson/src/JSONMemory.h b/libs/libjson/src/JSONMemory.h index 32e8c3f4ef..28ae563f9f 100644 --- a/libs/libjson/src/JSONMemory.h +++ b/libs/libjson/src/JSONMemory.h @@ -119,7 +119,7 @@ class json_auto { T * ptr; private: json_auto(const json_auto &); - json_auto & operator = (const json_auto &); + json_auto & operator=(const json_auto &); }; //Clears a string, if required, frees the memory -- cgit v1.2.3