[9553] Make GCC really happy...

This commit is contained in:
VladimirMangos 2010-03-08 23:35:16 +03:00
parent 9a884bdd83
commit 17d8c4d075
4 changed files with 7 additions and 7 deletions

View file

@ -240,7 +240,7 @@ class ByteBuffer
}
template<class T>
ByteBuffer &operator>>(Unused<T> &)
ByteBuffer &operator>>(Unused<T> const&)
{
read_skip<T>();
return *this;

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "9552"
#define REVISION_NR "9553"
#endif // __REVISION_NR_H__