fix gcc warning
This commit is contained in:
parent
e6e1613a92
commit
ecc75cd0e1
|
|
@ -831,7 +831,7 @@ has_parent_window() const {
|
|||
INLINE void WindowProperties::
|
||||
clear_parent_window() {
|
||||
_specified &= ~S_parent_window;
|
||||
_parent_window=NULL;
|
||||
_parent_window = (size_t)NULL;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue