Skip to content

Commit 967c03a

Browse files
committed
fix parameter name
1 parent 8509d0d commit 967c03a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/SQLiteCpp/Savepoint.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ class Savepoint {
6666
* Exception is thrown in case of error, then the Savepoint is NOT
6767
* initiated.
6868
*/
69-
Savepoint(Database& aDatabase, const std::string& name);
69+
Savepoint(Database& aDatabase, const std::string& aName);
7070

7171
// Savepoint is non-copyable
7272
Savepoint(const Savepoint&) = delete;

0 commit comments

Comments
 (0)