Commit 9467836a authored by Ilkka Ollakka's avatar Ilkka Ollakka

Qt4: return NULL on getAout if no input

parent 875e25d5
......@@ -228,6 +228,7 @@ public:
{
return p_aout;
}
return NULL;
}
private:
MainInputManager( intf_thread_t * );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment