We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8509d0d commit 967c03aCopy full SHA for 967c03a
include/SQLiteCpp/Savepoint.h
@@ -66,7 +66,7 @@ class Savepoint {
66
* Exception is thrown in case of error, then the Savepoint is NOT
67
* initiated.
68
*/
69
- Savepoint(Database& aDatabase, const std::string& name);
+ Savepoint(Database& aDatabase, const std::string& aName);
70
71
// Savepoint is non-copyable
72
Savepoint(const Savepoint&) = delete;
0 commit comments