diff options
Diffstat (limited to 'core/service.h')
-rw-r--r-- | core/service.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |