Skip to content

Commit

Permalink
Add override flag to MapProxy destructor, helps with warnings on new …
Browse files Browse the repository at this point in the history
…compilers (#46)
  • Loading branch information
lawnighthawk authored Dec 17, 2023
1 parent 3c34b59 commit f18f03f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/hjson/hjson.h
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ class MapProxy : public Value {
MapProxy(Value&&);

public:
~MapProxy();
~MapProxy() override;
MapProxy& operator =(const MapProxy&);
MapProxy& operator =(const Value&);
MapProxy& operator =(Value&&);
Expand Down

0 comments on commit f18f03f

Please sign in to comment.