From 614e33e900544e182f588bc88f5017140f8ee4e2 Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Tue, 5 Nov 2013 09:01:46 +0100 Subject: [PATCH] Fix base class for the Hello class. Refs #4996 --- lib/hello/hello.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/hello/hello.h b/lib/hello/hello.h index fa187c09b..ff3726d08 100644 --- a/lib/hello/hello.h +++ b/lib/hello/hello.h @@ -30,7 +30,7 @@ namespace icinga * * @ingroup hello */ -class Hello : public ReflectionObjectImpl +class Hello : public ObjectImpl { public: DECLARE_PTR_TYPEDEFS(Hello); -- 2.40.0