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:
parent
69f8afd178
commit
173f32be09
@ -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;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user