Menu

#1 typo in section 2.1

closed-accepted
nobody
Guidelines (1)
5
2003-09-11
2003-09-08
Anonymous
No

In Section 2.1 Initial layout size and position, there is the
followin code:
AppFrame::AppFrame (...
...
SetSize (DetermineFrameSize ());
...
}

And then the function DetermineFrameSize() is defined as

wxRect AppFrame::DetermineFrameSize (wxConfig* config)

The definition didn't need "wxConfig* config", the funciton
is used without argument.

Discussion

  • Otto Wyss

    Otto Wyss - 2003-09-11
    • labels: --> Guidelines
    • status: open --> closed-accepted
     
  • Otto Wyss

    Otto Wyss - 2003-09-11

    Logged In: YES
    user_id=400476

    This is a stripped down version of a function with is
    acually defined as "DetermineFrameSize (wxConfig* config =
    NULL)" in the class definition. Since this definition isn't
    shown and the "config" isn't used it should be removed.

     

Log in to post a comment.