From f4a7e7c7ea02563a1165fc764b9173ff99d171a6 Mon Sep 17 00:00:00 2001 From: dunkelfalke Date: Tue, 21 Mar 2017 17:45:39 +0100 Subject: [PATCH] Update Statement.h Missing parameter name in the documentation comment --- include/SQLiteCpp/Statement.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SQLiteCpp/Statement.h b/include/SQLiteCpp/Statement.h index 6d1d319..030eab9 100644 --- a/include/SQLiteCpp/Statement.h +++ b/include/SQLiteCpp/Statement.h @@ -599,7 +599,7 @@ private: /** * @brief Check if a return code equals SQLITE_OK, else throw a SQLite::Exception with the SQLite error message * - * @param[in] SQLite return code to test against the SQLITE_OK expected value + * @param[in] aRet SQLite return code to test against the SQLITE_OK expected value */ inline void check(const int aRet) const {