compilation warning fixed.

[SVN r81446]
This commit is contained in:
Adam Wulkiewicz
2012-11-20 23:04:15 +00:00
parent 7bbf242891
commit d385e62bdd

View File

@@ -171,7 +171,7 @@ template <>
struct generate_input<3>
{
template <typename Value, typename Box>
static void apply(std::vector<Value> & input, Box & qbox, unsigned size = 1)
static void apply(std::vector<Value> & input, Box & qbox, int size = 1)
{
assert(0 < size);