diff options
author | Michael Meeks <michael.meeks@collabora.com> | 2013-11-27 10:06:24 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@collabora.com> | 2013-11-27 10:06:37 +0000 |
commit | 1afc1c033b1ce636eb258a218a26f24c7ad648ed (patch) | |
tree | 86f7b67c05a6cbe4a05e06a469d2ca5406308c64 /sax | |
parent | 19d0b079dceb2ca4e241a9394407d8ddf2a6f42f (diff) |
Urgh - add embarassingly missing ~
Change-Id: I6ffcb1561920eba2cbc3fa019431d84f07386570
Diffstat (limited to 'sax')
-rw-r--r-- | sax/source/tools/fastattribs.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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() { } |