]> granicus.if.org Git - icinga2/blob - lib/base/number.cpp
Merge pull request #7002 from Icinga/bugfix/check_network-percent-6155
[icinga2] / lib / base / number.cpp
1 /* Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+ */
2
3 #include "base/number.hpp"
4 #include "base/primitivetype.hpp"
5
6 using namespace icinga;
7
8 REGISTER_BUILTIN_TYPE(Number, Number::GetPrototype());
9