Update Statement.h

Missing parameter name in the documentation comment
This commit is contained in:
dunkelfalke 2017-03-21 17:45:39 +01:00 committed by GitHub
parent f69986a1c5
commit f4a7e7c7ea

View File

@ -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
{