summaryrefslogtreecommitdiffstats
path: root/src/Authoring/Client/Code/Core/Commands/CmdStackModifier.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Authoring/Client/Code/Core/Commands/CmdStackModifier.h')
-rw-r--r--src/Authoring/Client/Code/Core/Commands/CmdStackModifier.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Authoring/Client/Code/Core/Commands/CmdStackModifier.h b/src/Authoring/Client/Code/Core/Commands/CmdStackModifier.h
index 13f47bf9..c0829242 100644
--- a/src/Authoring/Client/Code/Core/Commands/CmdStackModifier.h
+++ b/src/Authoring/Client/Code/Core/Commands/CmdStackModifier.h
@@ -35,8 +35,8 @@ class ICmdStackModifier
protected:
virtual ~ICmdStackModifier() {}
public:
- virtual bool CanUndo() = 0;
+ virtual bool canUndo() = 0;
// false means kill the undo without actually undoing anything
- virtual bool PreUndo() = 0;
+ virtual bool preUndo() = 0;
};
#endif \ No newline at end of file