fixed typo

This commit is contained in:
Michele Caini
2019-08-12 15:57:59 +02:00
parent e0e51b51b7
commit a226e06ae8

View File

@@ -18,7 +18,7 @@ Type get(Type &prop) {
enum class properties {
prop_int,
prop_bool,
prop_bool
};
struct empty_type {