From a169370066ab0fe7975de9f74f46c9040365e5a3 Mon Sep 17 00:00:00 2001 From: tastytea Date: Thu, 23 May 2019 13:42:28 +0200 Subject: [PATCH] Added comment. --- src/sqlite.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/sqlite.hpp b/src/sqlite.hpp index 6d932d0..51da00c 100644 --- a/src/sqlite.hpp +++ b/src/sqlite.hpp @@ -44,6 +44,7 @@ public: string description; string fulltext; + //! Returns true if date & time are equal. friend bool operator ==(const Database::entry &a, const Database::entry &b); //! The full text in one line.