From 7b8eae4e37cd8936d742e38203135960ca6f1a14 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Tue, 24 Jan 2006 16:10:19 +0000 Subject: [PATCH] fixed syntax error found by gcc 4.1 --- include/libtorrent/storage.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/libtorrent/storage.hpp b/include/libtorrent/storage.hpp index 61bd3c6cb..80c631e49 100755 --- a/include/libtorrent/storage.hpp +++ b/include/libtorrent/storage.hpp @@ -108,7 +108,7 @@ namespace libtorrent #ifndef NDEBUG // overwrites some slots with the // contents of others - void storage::shuffle(); + void shuffle(); #endif private: