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
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,7 @@ class NullOperator ...@@ -20,7 +20,7 @@ class NullOperator
BlockType zero_; BlockType zero_;
public: public:
RowDummy(): zero_(0){}; RowDummy(): zero_(0){}
const BlockType& operator[](size_t i) const 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