Fix compilation error

This commit is contained in:
Alex Spataru 2021-12-21 02:54:41 -05:00
parent 371e8dfc9a
commit fdb37fb66e

View File

@ -36,7 +36,7 @@
using QScrollArea::function; \
}; \
static_cast<PwnedWidget *>(pointer)->function(event); \
requestUpdate(); \
requestRepaint(); \
}
/**