mirror of
https://github.com/status-im/realm-js.git
synced 2025-01-11 14:54:33 +00:00
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…
x
Reference in New Issue
Block a user