diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-05-18 17:21:13 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-05-18 17:21:13 +0100 |
commit | 36b06104f7955f6f39fd87f175e8f9482695ae0b (patch) | |
tree | 4fa180686fd48d07e32c5bb315ee78414e8d8a45 /basic/qa/cppunit | |
parent | ac5368bf67192fc9f1c4633b20b15f4d8847f5e2 (diff) |
missing semi
Change-Id: I3253f09d10cbe733fdf6387d90ab04d65ba9328e
Diffstat (limited to 'basic/qa/cppunit')
-rw-r--r-- | basic/qa/cppunit/basictest.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/qa/cppunit/basictest.hxx b/basic/qa/cppunit/basictest.hxx index 0d9c37898d8b..1638e057aed6 100644 --- a/basic/qa/cppunit/basictest.hxx +++ b/basic/qa/cppunit/basictest.hxx @@ -46,7 +46,7 @@ class MacroSnippet int nLine; int nCol; ErrorDetail() : nLine(0), nCol(0) {} - } + }; explicit MacroSnippet(const OUString& sSource) : mbError(false) |