summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--common/resultset.h2
1 files changed, 1 insertions, 1 deletions
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 {
51 51
52 bool isEmpty() 52 bool isEmpty()
53 { 53 {
54 mResultSet.isEmpty(); 54 return mResultSet.isEmpty();
55 } 55 }
56 56
57 private: 57 private: