diff ui/certificate.h @ 78:2f5db8c70bc2

Constify
author Andre Heinecke <aheinecke@intevation.de>
date Wed, 19 Mar 2014 16:35:13 +0000
parents dc1e1e9e62ce
children 1dd8e91972a8
line wrap: on
line diff
--- a/ui/certificate.h	Wed Mar 19 16:33:46 2014 +0000
+++ b/ui/certificate.h	Wed Mar 19 16:35:13 2014 +0000
@@ -24,7 +24,7 @@
     ~Certificate();
 
     /** @brief check if this certificate could be parsed */
-    bool isValid() {return mValid;}
+    bool isValid() const {return mValid;}
 
     /** @brief get a short description of the certificate
      *

http://wald.intevation.org/projects/trustbridge/