Skip to content

Commit 0a93062

Browse files
jjuhltexus
authored andcommitted
Specify underlying type of a single enum class to make it smaller
1 parent d5d5138 commit 0a93062

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gui-builder/include/GuiBuilder.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
class GuiBuilder
5252
{
5353
public:
54-
enum class UndoType
54+
enum class UndoType : uint8_t
5555
{
5656
Delete,
5757
Move,

0 commit comments

Comments
 (0)