mirror of
https://github.com/aseprite/aseprite.git
synced 2025-04-03 07:20:46 +00:00
Add [[nodiscard]] to Tx as we have to create an instance of Tx when we use it
This commit is contained in:
parent
83d83cd8c6
commit
4ea0390623
@ -1,5 +1,5 @@
|
|||||||
// Aseprite
|
// Aseprite
|
||||||
// Copyright (C) 2019-2023 Igara Studio S.A.
|
// Copyright (C) 2019-2024 Igara Studio S.A.
|
||||||
// Copyright (C) 2018 David Capello
|
// Copyright (C) 2018 David Capello
|
||||||
//
|
//
|
||||||
// This program is distributed under the terms of
|
// This program is distributed under the terms of
|
||||||
@ -23,7 +23,7 @@ namespace app {
|
|||||||
|
|
||||||
// Wrapper to create a new transaction or get the current
|
// Wrapper to create a new transaction or get the current
|
||||||
// transaction in the context.
|
// transaction in the context.
|
||||||
class Tx {
|
class [[nodiscard]] Tx {
|
||||||
public:
|
public:
|
||||||
enum LockAction {
|
enum LockAction {
|
||||||
DocIsLocked, // The doc is locked to be written
|
DocIsLocked, // The doc is locked to be written
|
||||||
|
Loading…
x
Reference in New Issue
Block a user