]> granicus.if.org Git - icinga2/commitdiff
Fix base class for the Hello class.
authorGunnar Beutner <gunnar.beutner@netways.de>
Tue, 5 Nov 2013 08:01:46 +0000 (09:01 +0100)
committerGunnar Beutner <gunnar.beutner@netways.de>
Tue, 5 Nov 2013 08:01:46 +0000 (09:01 +0100)
Refs #4996

lib/hello/hello.h

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