stub in colorize-alpha filter output to avoid crash - refs #2021
This commit is contained in:
parent
226e5b2d7a
commit
843fdc0871
1 changed files with 7 additions and 0 deletions
|
@ -203,6 +203,13 @@ inline std::ostream& operator<< (std::ostream& os, invert)
|
|||
return os;
|
||||
}
|
||||
|
||||
inline std::ostream& operator<< (std::ostream& os, colorize_alpha const& filter)
|
||||
{
|
||||
os << "colorize-alpha(TODO)";
|
||||
return os;
|
||||
}
|
||||
|
||||
|
||||
template <typename Out>
|
||||
struct to_string_visitor : boost::static_visitor<void>
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue