Skip to content

Commit

Permalink
Change ColumnType enum to use signed char.
Browse files Browse the repository at this point in the history
  • Loading branch information
przemek83 committed Jan 13, 2025
1 parent a2012fa commit 8cd7a1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/eible/ColumnType.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#include <QMetaType>

enum class ColumnType : char
enum class ColumnType : signed char
{
UNKNOWN = -1,
STRING,
Expand Down

0 comments on commit 8cd7a1a

Please sign in to comment.