remove spurious semicolon
This commit is contained in:
parent
8f4386b7b2
commit
9b1a33be5c
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ public:
|
|||
metawriter_properties(boost::optional<std::string> str);
|
||||
metawriter_properties() {};
|
||||
template <class InputIterator> metawriter_properties(
|
||||
InputIterator first, InputIterator last) : std::set<std::string>(first, last) {};
|
||||
InputIterator first, InputIterator last) : std::set<std::string>(first, last) {}
|
||||
std::string to_string() const;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue