mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2024-12-26 18:51:04 +08: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:
|
public:
|
||||||
StyledWriter();
|
StyledWriter();
|
||||||
|
virtual ~StyledWriter(){}
|
||||||
|
|
||||||
public: // overridden from Writer
|
public: // overridden from Writer
|
||||||
/** \brief Serialize a Value in <a HREF="http://www.json.org">JSON</a> format.
|
/** \brief Serialize a Value in <a HREF="http://www.json.org">JSON</a> format.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user