From daa2f0bb25403193460935d64a06ed53fe139434 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Fri, 26 Feb 2016 16:59:11 +0000 Subject: compilation fix git-svn-id: http://svn.miranda-ng.org/main/trunk@16348 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Dropbox/src/dropbox.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/Dropbox') diff --git a/plugins/Dropbox/src/dropbox.cpp b/plugins/Dropbox/src/dropbox.cpp index d9a47c1e04..2a4477af53 100644 --- a/plugins/Dropbox/src/dropbox.cpp +++ b/plugins/Dropbox/src/dropbox.cpp @@ -29,7 +29,7 @@ CDropbox::CDropbox() : transfers(1, HandleKeySortT) pd.type = PROTOTYPE_FILTER; Proto_RegisterModule(&pd); - CreateServiceFunctionObj(MODULE"Inteceptor"PSS_FILE, GlobalService<&CDropbox::ProtoSendFileInterceptor>, this); + CreateServiceFunctionObj(MODULE "Inteceptor" PSS_FILE, GlobalService<&CDropbox::ProtoSendFileInterceptor>, this); InitializeMenus(); -- cgit v1.2.3