From 8d3a334183a9359bf76c001cb579d49748f48462 Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Fri, 11 Apr 2014 07:43:57 +0200 Subject: [PATCH] Mark the PerfdataValue class as "safe". Refs #5909 --- lib/icinga/perfdatavalue.ti | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/icinga/perfdatavalue.ti b/lib/icinga/perfdatavalue.ti index 1ae9ce218..a3569d14c 100644 --- a/lib/icinga/perfdatavalue.ti +++ b/lib/icinga/perfdatavalue.ti @@ -3,7 +3,7 @@ namespace icinga { -class PerfdataValue +safe class PerfdataValue { [state] double value; [state] bool counter; -- 2.49.0