diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-08-03 09:45:50 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-08-03 09:45:50 +0300 |
commit | 6f01f33a040b6a4f078332dc9056e7efea29a5ee (patch) | |
tree | 991c62edcf44f9cf152854b7aa49efcd3605572d /core/main.cpp | |
parent | 49a77d77a9736f169fc99134765972f8f4b79dcd (diff) |
modified: main.cpp
Diffstat (limited to 'core/main.cpp')
-rw-r--r-- | core/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/main.cpp b/core/main.cpp index 017ddcf..ae1dbf0 100644 --- a/core/main.cpp +++ b/core/main.cpp @@ -160,7 +160,7 @@ SERVICE GetPluginInfoList(WPARAM, LPARAM) list<PLUGININFO> *pluginInfoList = new list<PLUGININFO>; for(list<plugin*>::iterator p = plugins.begin(); p != plugins.end(); p++) pluginInfoList->push_back((*p)->getPluginInfo()); - return 0; + return (SERVICE)pluginInfoList; //is it right ? } SERVICE Test(WPARAM, LPARAM) |