Fix extra ; warning

This commit is contained in:
Vinnie Falco
2017-06-29 15:05:29 -07:00
parent 431cfe8288
commit 8b5b8335e6
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
Version 71:
* Fix extra ; warning
--------------------------------------------------------------------------------
Version 70:
* Serialize in one step when possible

View File

@ -148,7 +148,7 @@ public:
~basic_parser() = default;
/// Default constructor
basic_parser();;
basic_parser();
/** Move constructor