]> granicus.if.org Git - icinga2/commitdiff
Mark the PerfdataValue class as "safe".
authorGunnar Beutner <gunnar.beutner@netways.de>
Fri, 11 Apr 2014 05:43:57 +0000 (07:43 +0200)
committerGunnar Beutner <gunnar.beutner@netways.de>
Fri, 11 Apr 2014 05:44:28 +0000 (07:44 +0200)
Refs #5909

lib/icinga/perfdatavalue.ti

index 1ae9ce21852bcae2b62a1a8f951641c1a75643a1..a3569d14c0390bffbb2211556e01f8f27e07f08e 100644 (file)
@@ -3,7 +3,7 @@
 namespace icinga
 {
 
-class PerfdataValue
+safe class PerfdataValue
 {
        [state] double value;
        [state] bool counter;