Skip to content

Commit 6106187

Browse files
author
minggo
committed
Merge pull request #15 from minggo/v3
implement default constructor
2 parents 7e1839c + 67275fa commit 6106187

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

json/document.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ class GenericValue {
5151

5252
//! Copy constructor is not permitted.
5353
private:
54-
GenericValue(const GenericValue& rhs);
54+
GenericValue(const GenericValue& rhs) {};
5555

5656
public:
5757

0 commit comments

Comments
 (0)