diff options
Diffstat (limited to 'libs/libjson/src/JSONMemory.h')
-rw-r--r-- | libs/libjson/src/JSONMemory.h | 2 |
1 files changed, 1 insertions, 1 deletions
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
|