fix parameter name

This commit is contained in:
bielow 2022-11-21 22:35:30 +01:00
parent 8509d0d82f
commit 967c03aea9

View File

@ -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;