mirror of
https://github.com/cuberite/SQLiteCpp.git
synced 2025-08-07 03:06:05 -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
|
||||
* initiated.
|
||||
*/
|
||||
Savepoint(Database& aDatabase, const std::string& name);
|
||||
Savepoint(Database& aDatabase, const std::string& aName);
|
||||
|
||||
// Savepoint is non-copyable
|
||||
Savepoint(const Savepoint&) = delete;
|
||||
|
Loading…
x
Reference in New Issue
Block a user