mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-18 12:43:44 -04:00
fix gcc warning
This commit is contained in:
parent
e6e1613a92
commit
ecc75cd0e1
@ -831,7 +831,7 @@ has_parent_window() const {
|
|||||||
INLINE void WindowProperties::
|
INLINE void WindowProperties::
|
||||||
clear_parent_window() {
|
clear_parent_window() {
|
||||||
_specified &= ~S_parent_window;
|
_specified &= ~S_parent_window;
|
||||||
_parent_window=NULL;
|
_parent_window = (size_t)NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user