Fix base class for the Hello class.

Refs #4996
This commit is contained in:
Gunnar Beutner 2013-11-05 09:01:46 +01:00
parent 91034285a3
commit 614e33e900
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ namespace icinga
*
* @ingroup hello
*/
class Hello : public ReflectionObjectImpl<Hello>
class Hello : public ObjectImpl<Hello>
{
public:
DECLARE_PTR_TYPEDEFS(Hello);