* Make every ITask know about the Kernel in which the run.
[matthijs/ABM2.git] / ABM2 / Playground.h
index 541bf2af566c1ca3bf512a060c65bb6f9d82ebd4..20d10522c07eee8628b45c322b86460ac338aa7f 100755 (executable)
@@ -57,6 +57,7 @@ private:
 class Playground : public ITask\r
 {\r
 public:\r
+       Playground(CKernel *kernel);\r
        bool Start();\r
        void Update();\r
        void Stop();\r