mirror of
https://github.com/cuberite/SQLiteCpp.git
synced 2025-08-05 02:06:02 -04:00
Update Statement.h
Missing parameter name in the documentation comment
This commit is contained in:
parent
f69986a1c5
commit
f4a7e7c7ea
@ -599,7 +599,7 @@ private:
|
|||||||
/**
|
/**
|
||||||
* @brief Check if a return code equals SQLITE_OK, else throw a SQLite::Exception with the SQLite error message
|
* @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
|
inline void check(const int aRet) const
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user