From 1afc1c033b1ce636eb258a218a26f24c7ad648ed Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Wed, 27 Nov 2013 10:06:24 +0000 Subject: Urgh - add embarassingly missing ~ Change-Id: I6ffcb1561920eba2cbc3fa019431d84f07386570 --- sax/source/tools/fastattribs.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sax') diff --git a/sax/source/tools/fastattribs.cxx b/sax/source/tools/fastattribs.cxx index 595c7365e6e7..617376f610d1 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() { } -- cgit