Specify width of PropertyType to 1 byte

This commit is contained in:
Kristian Dupont 2016-07-05 14:20:52 +02:00 committed by Thomas Goyne
parent 8293675bd6
commit edf53a1750
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
#include <string>
namespace realm {
enum class PropertyType {
enum class PropertyType : unsigned char {
Int = 0,
Bool = 1,
Float = 9,