From 69a3900feb4a0277d4e70e44256c9b37be78a2d5 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Sun, 31 May 2015 20:17:27 +0200 Subject: Fixed return value. --- common/resultset.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common') diff --git a/common/resultset.h b/common/resultset.h index 7d7f19a..f9b6cea 100644 --- a/common/resultset.h +++ b/common/resultset.h @@ -51,7 +51,7 @@ class ResultSet { bool isEmpty() { - mResultSet.isEmpty(); + return mResultSet.isEmpty(); } private: -- cgit v1.2.3