Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use explicit cast to bool for MinGW-Clang 3.8
Clang does not find the `operator bool` function. An explicit static_cast to `bool` resolves that issue. Refs: gh-119 Signed-off-by: Matthias Kretz <kretz@kde.org>
- Loading branch information