Build fix.

This commit is contained in:
Adrien Destugues 2020-06-22 20:08:15 +02:00
parent cbf71a819f
commit 90530755d2

View File

@ -162,7 +162,7 @@ filter_result PadBlocker::Filter(BMessage *message, BList *outList)
case B_MOUSE_DOWN:
{
// do nothing if disabled
if (threshold == 0)
if (_threshold == 0)
break;
bigtime_t now = system_time();