Skip to content

Commit

Permalink
get rid of silly Wpedantic warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jwijffels committed Jan 3, 2019
1 parent 1e5086a commit 0316660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Starspace/src/doc_parser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ namespace starspace {
LayerDataParser::LayerDataParser(
shared_ptr<Dictionary> dict,
shared_ptr<Args> args)
: DataParser(dict, args) {};
: DataParser(dict, args) {}

bool LayerDataParser::parse(
string& s,
Expand Down

0 comments on commit 0316660

Please sign in to comment.