]> git.saurik.com Git - apt.git/blobdiff - methods/http.h
Make the weak signature message less ambigious
[apt.git] / methods / http.h
index 7b7e78b6424cc17e79e6c91ca5c8c65c75b9b0fe..9e2b1da5caf3de0e56c0a7f6fa2c421b1421ab6c 100644 (file)
@@ -87,7 +87,7 @@ class CircleBuf
    // Dump everything
    void Stats();
 
-   CircleBuf(unsigned long long Size);
+   explicit CircleBuf(unsigned long long Size);
    ~CircleBuf();
 };