From f2fd1ea7fd8b51a1792b463fb0406e3c9262eb48 Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Mon, 2 Aug 2010 10:20:28 +0300 Subject: modified: ../api/pluginapi.h modified: main.cpp modified: service.h --- core/service.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/service.h') diff --git a/core/service.h b/core/service.h index dba551b..5c90929 100644 --- a/core/service.h +++ b/core/service.h @@ -5,7 +5,7 @@ class service public: const char *getName(); const SERVICE *getService(); - service(const char *name, const SERVICE &service); + service(const char *name, SERVICE *service); ~service(); private: char *szName; -- cgit v1.2.3