Mark the PerfdataValue class as "safe".

Refs #5909
This commit is contained in:
Gunnar Beutner 2014-04-11 07:43:57 +02:00
parent e6667c15d3
commit 8d3a334183
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
namespace icinga
{
class PerfdataValue
safe class PerfdataValue
{
[state] double value;
[state] bool counter;