Specify width of PropertyType to 1 byte
This commit is contained in:
parent
8293675bd6
commit
edf53a1750
|
@ -22,7 +22,7 @@
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
namespace realm {
|
namespace realm {
|
||||||
enum class PropertyType {
|
enum class PropertyType : unsigned char {
|
||||||
Int = 0,
|
Int = 0,
|
||||||
Bool = 1,
|
Bool = 1,
|
||||||
Float = 9,
|
Float = 9,
|
||||||
|
|
Loading…
Reference in New Issue