summaryrefslogtreecommitdiffstats
path: root/lib/base/number.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/base/number.cpp')
-rw-r--r--lib/base/number.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/base/number.cpp b/lib/base/number.cpp
new file mode 100644
index 0000000..a336519
--- /dev/null
+++ b/lib/base/number.cpp
@@ -0,0 +1,9 @@
+/* Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+ */
+
+#include "base/number.hpp"
+#include "base/primitivetype.hpp"
+
+using namespace icinga;
+
+REGISTER_BUILTIN_TYPE(Number, Number::GetPrototype());
+