forked from premiere/premiere-libtorrent
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
|
#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:
|
||||||
|
|
Loading…
Reference in New Issue