From 5384ddf545575bc27904b3534fb9d2340de7a1d7 Mon Sep 17 00:00:00 2001 From: attilamolnar Date: Tue, 27 Aug 2013 15:03:10 +0200 Subject: Fix Windows build and a few more problems --- include/modules/regex.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/modules') diff --git a/include/modules/regex.h b/include/modules/regex.h index 0bced4e2b..5ef00cdd0 100644 --- a/include/modules/regex.h +++ b/include/modules/regex.h @@ -46,7 +46,7 @@ public: class RegexFactory : public DataProvider { public: - RegexFactory(Module* creator, const std::string& name) : DataProvider(creator, name) { } + RegexFactory(Module* Creator, const std::string& Name) : DataProvider(Creator, Name) { } virtual Regex* Create(const std::string& expr) = 0; }; -- cgit v1.2.3