Modified hasPendingWork to return bool

This commit is contained in:
Kevin Le
2025-12-24 11:00:34 +07:00
bovenliggende 5c6c15942b
commit 1706f759b7
3 gewijzigde bestanden met toevoegingen van 6 en 6 verwijderingen
+2 -2
Bestand weergeven
@@ -226,6 +226,6 @@ public:
}
#endif
// To get the current pending work
int hasPendingWork() const;
// To check if there is pending work
bool hasPendingWork() const;
};