mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2024-12-12 10:03:51 +01:00
Added virtual destructor to StyledWriter to avoid -Wall warning from g++
This commit is contained in:
parent
f153eaaed0
commit
842d64e8d7
@ -65,6 +65,7 @@ namespace Json {
|
||||
{
|
||||
public:
|
||||
StyledWriter();
|
||||
virtual ~StyledWriter(){}
|
||||
|
||||
public: // overridden from Writer
|
||||
/** \brief Serialize a Value in <a HREF="http://www.json.org">JSON</a> format.
|
||||
|
Loading…
Reference in New Issue
Block a user