mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-25 22:20:19 -04:00
dtoolbase: Fix compile error in patomic.I with HAVE_THREADS=UNDEF
This commit is contained in:
parent
863a38e901
commit
82522a7bef
@ -63,6 +63,7 @@ template<class T>
|
||||
ALWAYS_INLINE T patomic<T>::
|
||||
operator=(T desired) noexcept {
|
||||
_value = desired;
|
||||
return desired;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user