fatal compiler warning on mac/linux

This commit is contained in:
Howard Stearns 2017-10-02 13:56:15 -07:00
parent 7b0321c1e1
commit 136381adb9

View file

@ -2938,7 +2938,7 @@ type EntityItem::get##accessor() const { \
}
#define DEFINE_PROPERTY_SETTER(type, accessor, var) \
void EntityItem::set##accessor(const type##& value) { \
void EntityItem::set##accessor(const type & value) { \
withWriteLock([&] { \
_##var = value; \
}); \