mirror of
https://github.com/cuberite/SQLiteCpp.git
synced 2025-08-10 04:36:09 -04:00
fix parameter name
This commit is contained in:
parent
8509d0d82f
commit
967c03aea9
@ -66,7 +66,7 @@ class Savepoint {
|
|||||||
* Exception is thrown in case of error, then the Savepoint is NOT
|
* Exception is thrown in case of error, then the Savepoint is NOT
|
||||||
* initiated.
|
* initiated.
|
||||||
*/
|
*/
|
||||||
Savepoint(Database& aDatabase, const std::string& name);
|
Savepoint(Database& aDatabase, const std::string& aName);
|
||||||
|
|
||||||
// Savepoint is non-copyable
|
// Savepoint is non-copyable
|
||||||
Savepoint(const Savepoint&) = delete;
|
Savepoint(const Savepoint&) = delete;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user