fixed comment

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15661 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus 2005-12-23 15:54:41 +00:00
parent 032a2d2805
commit cf434f8eec

View File

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