Skip to content

Commit

Permalink
Fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnoel committed Dec 12, 2023
1 parent 22c6332 commit b6d1dd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools99/adjson.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class json

public:
json(): _value(0) { }
json([[maybe_unused]] const json& other) { }
json(const json& other) = default;
virtual ~json()
{
if (_value)
Expand Down

0 comments on commit b6d1dd4

Please sign in to comment.