1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-04 18:06:22 +03:00

OCC22443 Missing "return" statement in WNT_Window::IsMapped()

This commit is contained in:
KGV 2011-05-19 10:59:08 +00:00 committed by bugmaster
parent 171d8cd954
commit 587630c5be

View File

@ -462,7 +462,7 @@ void WNT_Window :: Flush () const {
//***//
Standard_Boolean WNT_Window :: IsMapped () const {
if (IsVirtual()) {
Standard_True;
return Standard_True;
}
WINDOWPLACEMENT wp;