[Libreoffice-commits] core.git: basic/qa

Caolán McNamara caolanm at redhat.com
Mon May 18 09:21:55 PDT 2015


 basic/qa/cppunit/basictest.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 36b06104f7955f6f39fd87f175e8f9482695ae0b
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Mon May 18 17:21:13 2015 +0100

    missing semi
    
    Change-Id: I3253f09d10cbe733fdf6387d90ab04d65ba9328e

diff --git a/basic/qa/cppunit/basictest.hxx b/basic/qa/cppunit/basictest.hxx
index 0d9c378..1638e05 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)


More information about the Libreoffice-commits mailing list