diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-09-02 15:30:54 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-09-02 15:30:54 +0100 |
commit | d1c18edd3fe5bafd9922d75e5626973197e4b78f (patch) | |
tree | 5ab58791b32c8554dc4344da5b5b7308efc65d45 /jvmfwk | |
parent | dc5e8921530e811d0154af39504e4c149a6eae13 (diff) |
coverity#707200 Uncaught exception
Change-Id: Iaf115f1f11aef69ef5dba7023f4126c22d1f49ff
Diffstat (limited to 'jvmfwk')
-rw-r--r-- | jvmfwk/source/framework.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jvmfwk/source/framework.hxx b/jvmfwk/source/framework.hxx index cbb33edfcaff..6e4fcad1bfd9 100644 --- a/jvmfwk/source/framework.hxx +++ b/jvmfwk/source/framework.hxx @@ -105,7 +105,7 @@ public: sal_uInt64 getFeatures() const; }; -class FrameworkException +class FrameworkException : public std::exception { public: |