[7699] Avoid implicit convertion enum constant value to 'uint32 const&' in templated code.

This triggering wrong code generation in release mode for VS2003/VS2005.
This commit is contained in:
VladimirMangos 2009-04-22 21:54:24 +04:00
parent 07310ff6c1
commit 898acd1248
2 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "7698"
#define REVISION_NR "7699"
#endif // __REVISION_NR_H__