summaryrefslogtreecommitdiffstats
path: root/l10ntools/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-11-14 12:58:22 +0000
committerCaolán McNamara <caolanm@redhat.com>2015-11-14 13:24:58 +0000
commitc8b77ecc6d3d910578223055fa88937e2b9a5bc7 (patch)
tree6c44362d00cc67e3c01dd24324bbff7e3ffbffa7 /l10ntools/inc
parentcoverity#1339307 Uncaught exception (diff)
downloadcore-c8b77ecc6d3d910578223055fa88937e2b9a5bc7.tar.gz
core-c8b77ecc6d3d910578223055fa88937e2b9a5bc7.zip
coverity#1339308 Uncaught exception
Change-Id: Id63bbdd11af66de6be8a3e9dfca1c7efbe74b08a
Diffstat (limited to 'l10ntools/inc')
-rw-r--r--l10ntools/inc/po.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/l10ntools/inc/po.hxx b/l10ntools/inc/po.hxx
index 830db7d9e054..24f9c28a4ed6 100644
--- a/l10ntools/inc/po.hxx
+++ b/l10ntools/inc/po.hxx
@@ -123,7 +123,7 @@ private:
public:
- enum Exception { INVALIDENTRY };
+ class Exception : public std::exception { };
PoIfstream();
PoIfstream( const OString& rFileName );