Fix compilation with gcc-4.7 in C++11 mode.
This commit is contained in:
parent
c7c55c050a
commit
538a3a41ff
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ struct tregister_filter
|
|||
#define REGISTER(name, description) \
|
||||
tregister_filter register_filter_##name(std::make_pair( \
|
||||
#name \
|
||||
, tfilter(#name, #name""description, boost::bind(name, _1, _2))));
|
||||
, tfilter(#name, #name description, boost::bind(name, _1, _2))));
|
||||
|
||||
static void
|
||||
scale(surface& surf, const std::string& parameters)
|
||||
|
|
Loading…
Add table
Reference in a new issue