summaryrefslogtreecommitdiff
path: root/server/include/api_module_downloader.h
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss@sss.chaoslab.ru>2015-03-26 11:05:01 +0300
committerGluzskiy Alexandr <sss@sss.chaoslab.ru>2015-03-26 11:05:01 +0300
commitc46da5d47a706cee43ff62bc6649257fba508743 (patch)
treefa1e95669ad087f9637aba525c925041bd7babf5 /server/include/api_module_downloader.h
parentd49b310ab7220910371fe936f87e743a950d002c (diff)
working
Diffstat (limited to 'server/include/api_module_downloader.h')
-rw-r--r--server/include/api_module_downloader.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/server/include/api_module_downloader.h b/server/include/api_module_downloader.h
index 848f0f6..0c4bcf0 100644
--- a/server/include/api_module_downloader.h
+++ b/server/include/api_module_downloader.h
@@ -25,11 +25,11 @@
struct downloader_module_info : public module_info
{
-}
+};
class downloader_module : public module_base
{
-}
+};
#endif // API_MODULE_DOWNLOADER_H_INCLUDED