summaryrefslogtreecommitdiff
path: root/src/modules/fetcher/winhttp/WinHttpFetcher.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/fetcher/winhttp/WinHttpFetcher.cpp')
-rwxr-xr-xsrc/modules/fetcher/winhttp/WinHttpFetcher.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/fetcher/winhttp/WinHttpFetcher.cpp b/src/modules/fetcher/winhttp/WinHttpFetcher.cpp
index 8a0e395..5c8839d 100755
--- a/src/modules/fetcher/winhttp/WinHttpFetcher.cpp
+++ b/src/modules/fetcher/winhttp/WinHttpFetcher.cpp
@@ -32,4 +32,4 @@ RewindInputStream *WinHttpFetcher::fetch( const URL url )
return s;
}
-REGISTER_MODULE( "winhttp_fetcher", Fetcher, WinHttpFetcher )
+REGISTER_MODULE( "winhttp_fetcher", 0, 0, Fetcher, WinHttpFetcher )