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 | 3654c6f33468748d07cec8c17f66587d250a7ef9 (patch) | |
tree | 431bb2be7bcea562d35b9f20454c353c0b7c1bec | |
parent | 5abaa2f7390a542b9478cb5ad5b0d0a3b1a22c56 (diff) |
tweak this a bit
-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 9c0fb6098..9c3638b05 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 { |