Skip to content

Commit f18f03f

Browse files
authored
Add override flag to MapProxy destructor, helps with warnings on new compilers (#46)
1 parent 3c34b59 commit f18f03f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/hjson/hjson.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ class MapProxy : public Value {
367367
MapProxy(Value&&);
368368

369369
public:
370-
~MapProxy();
370+
~MapProxy() override;
371371
MapProxy& operator =(const MapProxy&);
372372
MapProxy& operator =(const Value&);
373373
MapProxy& operator =(Value&&);

0 commit comments

Comments
 (0)