8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 16:03:03 +01:00

Follow @asfernandes suggestion

This commit is contained in:
Vlad Khorsun 2023-11-24 10:58:15 +02:00
parent 69f8afd178
commit 173f32be09

View File

@ -178,11 +178,11 @@ namespace
m_savepoint.rollback();
}
private:
// Prohibit unwanted creation/copying
CondSavepointAndMarker(const CondSavepointAndMarker&) = delete;
CondSavepointAndMarker& operator=(const CondSavepointAndMarker&) = delete;
private:
AutoSavePoint m_savepoint;
Savepoint::ChangeMarker m_marker;
};