Merge pull request #117 from dunkelfalke/patch-1

Update Statement.h documentation
This commit is contained in:
Sébastien Rombauts 2017-03-21 18:15:42 +01:00 committed by GitHub
commit 4d6356f700

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
{