Skip to content
Snippets Groups Projects
Commit 86c96738 authored by Elias Pipping's avatar Elias Pipping Committed by pipping
Browse files

Nuke spurious semicolon

[[Imported from SVN: r6436]]
parent f35023ff
Branches
Tags 0.1.7
No related merge requests found
......@@ -20,7 +20,7 @@ class NullOperator
BlockType zero_;
public:
RowDummy(): zero_(0){};
RowDummy(): zero_(0){}
const BlockType& operator[](size_t i) const
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment