mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-09 13:12:40 +02:00
fatal compiler warning on mac/linux
This commit is contained in:
parent
7b0321c1e1
commit
136381adb9
1 changed files with 1 additions and 1 deletions
|
@ -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; \
|
||||
}); \
|
||||
|
|
Loading…
Reference in a new issue