Skip to content

Commit

Permalink
Follow @asfernandes suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
hvlad committed Nov 24, 2023
1 parent 69f8afd commit 173f32b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dsql/StmtNodes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
Expand Down

0 comments on commit 173f32b

Please sign in to comment.