Build fix.
This commit is contained in:
@@ -162,7 +162,7 @@ filter_result PadBlocker::Filter(BMessage *message, BList *outList)
|
|||||||
case B_MOUSE_DOWN:
|
case B_MOUSE_DOWN:
|
||||||
{
|
{
|
||||||
// do nothing if disabled
|
// do nothing if disabled
|
||||||
if (threshold == 0)
|
if (_threshold == 0)
|
||||||
break;
|
break;
|
||||||
|
|
||||||
bigtime_t now = system_time();
|
bigtime_t now = system_time();
|
||||||
|
|||||||
Reference in New Issue
Block a user