diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-06-01 12:15:34 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-06-01 15:17:25 +0100 |
commit | b21fcd54a3f040af237672acf68373b6fd28549d (patch) | |
tree | db96e2813b3d169f45d4b84334787f6fbf13e7e0 /xmlsecurity | |
parent | 128feab3849548e5cd897bf418ffa13223a51996 (diff) |
tweak this a bit
Diffstat (limited to 'xmlsecurity')
-rw-r--r-- | xmlsecurity/source/xmlsec/diagnose.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/xmlsecurity/source/xmlsec/diagnose.cxx b/xmlsecurity/source/xmlsec/diagnose.cxx index 05bf0275f3d1..88002aa1bcb2 100644 --- a/xmlsecurity/source/xmlsec/diagnose.cxx +++ b/xmlsecurity/source/xmlsec/diagnose.cxx @@ -34,8 +34,7 @@ namespace xmlsecurity { -struct UseDiagnose : public rtl::StaticWithInit< - const bool, UseDiagnose> +struct UseDiagnose : public rtl::StaticWithInit< bool, UseDiagnose> { bool operator () () const { |