mirror of
https://github.com/status-im/realm-js.git
synced 2025-02-25 04:35:18 +00:00
Specify width of PropertyType to 1 byte
This commit is contained in:
parent
8293675bd6
commit
edf53a1750
@ -22,7 +22,7 @@
|
||||
#include <string>
|
||||
|
||||
namespace realm {
|
||||
enum class PropertyType {
|
||||
enum class PropertyType : unsigned char {
|
||||
Int = 0,
|
||||
Bool = 1,
|
||||
Float = 9,
|
||||
|
Loading…
x
Reference in New Issue
Block a user