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