fixed syntax error found by gcc 4.1
This commit is contained in:
parent
c3e4624e42
commit
7b8eae4e37
|
@ -108,7 +108,7 @@ namespace libtorrent
|
|||
#ifndef NDEBUG
|
||||
// overwrites some slots with the
|
||||
// contents of others
|
||||
void storage::shuffle();
|
||||
void shuffle();
|
||||
#endif
|
||||
|
||||
private:
|
||||
|
|
Loading…
Reference in New Issue