fixed comment
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15661 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
032a2d2805
commit
cf434f8eec
@ -234,7 +234,8 @@ ServerWindow::Init(BRect frame, window_look look, window_feel feel,
|
||||
fLink.SetSenderPort(fClientReplyPort);
|
||||
fLink.SetReceiverPort(fMessagePort);
|
||||
|
||||
// We cannot call MakeWindowLayer in the constructor, since it
|
||||
// We cannot call MakeWindowLayer in the constructor, since it
|
||||
// is a virtual function!
|
||||
fWindowLayer = MakeWindowLayer(frame, fTitle, look, feel, flags, workspace);
|
||||
if (!fWindowLayer)
|
||||
return B_NO_MEMORY;
|
||||
|
Loading…
Reference in New Issue
Block a user