fix gcc warning

This commit is contained in:
David Rose 2007-04-02 18:46:38 +00:00
parent e6e1613a92
commit ecc75cd0e1

View File

@ -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;
}