Compile fix for gcc/clang

This commit is contained in:
Magnus Norddahl 2016-06-30 13:56:53 +02:00
parent d1617fcdf0
commit 13ef9a834c

View file

@ -296,7 +296,7 @@ class DrawerBlendCommand : public CommandType
public:
void Execute(DrawerThread *thread) override
{
LoopIterator loop(this, thread);
typename CommandType::LoopIterator loop(this, thread);
if (!loop) return;
BlendMode blend(*this, loop);
do