mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 16:58:40 -04:00
Status -> PStatus
This commit is contained in:
parent
3d0a7ab83b
commit
9d53f9cfa1
@ -59,7 +59,8 @@ private:
|
||||
static void *root_func(void *data);
|
||||
static void init_pt_ptr_index();
|
||||
|
||||
enum Status {
|
||||
// There appears to be a name collision with the word "Status".
|
||||
enum PStatus {
|
||||
S_new,
|
||||
S_start_called,
|
||||
S_running,
|
||||
@ -71,7 +72,7 @@ private:
|
||||
pthread_t _thread;
|
||||
bool _joinable;
|
||||
bool _detached;
|
||||
Status _status;
|
||||
PStatus _status;
|
||||
|
||||
static pthread_key_t _pt_ptr_index;
|
||||
static bool _got_pt_ptr_index;
|
||||
|
Loading…
x
Reference in New Issue
Block a user