summaryrefslogtreecommitdiff
path: root/core/service.h
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss123next@list.ru>2010-08-02 10:20:28 +0300
committerGluzskiy Alexandr <sss123next@list.ru>2010-08-02 10:20:28 +0300
commitf2fd1ea7fd8b51a1792b463fb0406e3c9262eb48 (patch)
tree593bdfe45b26dc483b5eca6b0913ea891fc40e29 /core/service.h
parent0dae041269e8abcd25f5155f4e33a5198e498147 (diff)
modified: ../api/pluginapi.h
modified: main.cpp modified: service.h
Diffstat (limited to 'core/service.h')
-rw-r--r--core/service.h2
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;