fixed syntax error found by gcc 4.1

This commit is contained in:
Arvid Norberg 2006-01-24 16:10:19 +00:00
parent c3e4624e42
commit 7b8eae4e37
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ namespace libtorrent
#ifndef NDEBUG #ifndef NDEBUG
// overwrites some slots with the // overwrites some slots with the
// contents of others // contents of others
void storage::shuffle(); void shuffle();
#endif #endif
private: private: