mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-19 13:15:00 -04:00
remove warnings on Linux
This commit is contained in:
parent
0f359f1f79
commit
33175eb521
@ -105,6 +105,15 @@ operator = (const EventParameter &other) {
|
|||||||
return *this;
|
return *this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
////////////////////////////////////////////////////////////////////
|
||||||
|
// Function: EventParameter::Destructor
|
||||||
|
// Access: Public
|
||||||
|
// Description:
|
||||||
|
////////////////////////////////////////////////////////////////////
|
||||||
|
INLINE EventParameter::
|
||||||
|
~EventParameter() {
|
||||||
|
}
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
// Function: EventParameter::is_empty
|
// Function: EventParameter::is_empty
|
||||||
// Access: Public
|
// Access: Public
|
||||||
|
@ -50,6 +50,7 @@ PUBLISHED:
|
|||||||
|
|
||||||
INLINE EventParameter(const EventParameter ©);
|
INLINE EventParameter(const EventParameter ©);
|
||||||
INLINE EventParameter &operator = (const EventParameter ©);
|
INLINE EventParameter &operator = (const EventParameter ©);
|
||||||
|
INLINE ~EventParameter();
|
||||||
|
|
||||||
// These functions are conveniences to easily determine if the
|
// These functions are conveniences to easily determine if the
|
||||||
// EventParameter is one of the predefined parameter types, and
|
// EventParameter is one of the predefined parameter types, and
|
||||||
|
@ -40,7 +40,7 @@ class Thread;
|
|||||||
class EXPCL_PANDAEXPRESS ThreadNsprImpl {
|
class EXPCL_PANDAEXPRESS ThreadNsprImpl {
|
||||||
public:
|
public:
|
||||||
INLINE ThreadNsprImpl(Thread *parent_obj);
|
INLINE ThreadNsprImpl(Thread *parent_obj);
|
||||||
INLINE ~ThreadNsprImpl();
|
~ThreadNsprImpl();
|
||||||
|
|
||||||
bool start(ThreadPriority priority, bool global, bool joinable);
|
bool start(ThreadPriority priority, bool global, bool joinable);
|
||||||
void interrupt();
|
void interrupt();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user