mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
fix export name
This commit is contained in:
parent
d660ec8ab5
commit
33614fa4ce
@ -30,7 +30,7 @@
|
||||
// release() automatically when a block exits (for
|
||||
// instance, on return).
|
||||
////////////////////////////////////////////////////////////////////
|
||||
class EXPCL_PANDA MutexHolder {
|
||||
class EXPCL_PANDAEXPRESS MutexHolder {
|
||||
public:
|
||||
INLINE MutexHolder(const Mutex &mutex);
|
||||
INLINE MutexHolder(Mutex *&mutex);
|
||||
|
Loading…
x
Reference in New Issue
Block a user