mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-18 12:43:44 -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;
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////
|
||||
// Function: EventParameter::Destructor
|
||||
// Access: Public
|
||||
// Description:
|
||||
////////////////////////////////////////////////////////////////////
|
||||
INLINE EventParameter::
|
||||
~EventParameter() {
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////
|
||||
// Function: EventParameter::is_empty
|
||||
// Access: Public
|
||||
|
@ -50,6 +50,7 @@ PUBLISHED:
|
||||
|
||||
INLINE EventParameter(const EventParameter ©);
|
||||
INLINE EventParameter &operator = (const EventParameter ©);
|
||||
INLINE ~EventParameter();
|
||||
|
||||
// These functions are conveniences to easily determine if the
|
||||
// EventParameter is one of the predefined parameter types, and
|
||||
|
@ -40,7 +40,7 @@ class Thread;
|
||||
class EXPCL_PANDAEXPRESS ThreadNsprImpl {
|
||||
public:
|
||||
INLINE ThreadNsprImpl(Thread *parent_obj);
|
||||
INLINE ~ThreadNsprImpl();
|
||||
~ThreadNsprImpl();
|
||||
|
||||
bool start(ThreadPriority priority, bool global, bool joinable);
|
||||
void interrupt();
|
||||
|
Loading…
x
Reference in New Issue
Block a user