Skip to content

Commit ca71555

Browse files
committed
Remove extra semicolon
1 parent 9253995 commit ca71555

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sdcparse.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ struct StringGroup;
100100
class Callback {
101101

102102
public:
103-
virtual ~Callback() {};
103+
virtual ~Callback() {}
104104

105105
//Start of parsing
106106
virtual void start_parse() = 0;

0 commit comments

Comments
 (0)