Cosmetic cleanups.

This commit is contained in:
Markus F.X.J. Oberhumer
2016-10-06 12:31:03 +02:00
parent 022ba32c1a
commit b3a8d02caf
4 changed files with 23 additions and 19 deletions
+1 -1
View File
@@ -472,7 +472,7 @@ struct upx_callback_t
template <class T, T default_value, T min_value, T max_value>
struct OptVar
{
typedef T Type;
typedef T value_type;
static const T default_value_c = default_value;
static const T min_value_c = min_value;
static const T max_value_c = max_value;