Changeset 841 for trunk/src/user32/new/win32wndchild.cpp
- Timestamp:
- Sep 5, 1999, 8:32:27 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/new/win32wndchild.cpp
r750 r841 1 /* $Id: win32wndchild.cpp,v 1. 3 1999-08-31 10:36:23sandervl Exp $ */1 /* $Id: win32wndchild.cpp,v 1.4 1999-09-05 18:32:27 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Child/Parent window class for OS/2 … … 51 51 curchild = curchild->getNextChild(); 52 52 } 53 curchild->setNextChild( this);53 curchild->setNextChild(child); 54 54 } 55 55 child->setNextChild(NULL);
Note:
See TracChangeset
for help on using the changeset viewer.