[Libreoffice-commits] core.git: sax/source

Michael Meeks michael.meeks at collabora.com
Wed Nov 27 02:07:10 PST 2013


 sax/source/tools/fastattribs.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 1afc1c033b1ce636eb258a218a26f24c7ad648ed
Author: Michael Meeks <michael.meeks at collabora.com>
Date:   Wed Nov 27 10:06:24 2013 +0000

    Urgh - add embarassingly missing ~
    
    Change-Id: I6ffcb1561920eba2cbc3fa019431d84f07386570

diff --git a/sax/source/tools/fastattribs.cxx b/sax/source/tools/fastattribs.cxx
index 595c736..617376f 100644
--- a/sax/source/tools/fastattribs.cxx
+++ b/sax/source/tools/fastattribs.cxx
@@ -28,7 +28,7 @@ namespace sax_fastparser
 {
 
 // wasteage to keep MSVC happy vs. an in-line {}
-FastTokenHandlerBase::FastTokenHandlerBase()
+FastTokenHandlerBase::~FastTokenHandlerBase()
 {
 }
 


More information about the Libreoffice-commits mailing list