wxFileHistory has a second parameter
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28900 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
125c972b66
commit
823105f4e8
@ -143,7 +143,7 @@ public:
|
||||
class wxFileHistory : public wxObject
|
||||
{
|
||||
public:
|
||||
wxFileHistory(int maxFiles = 9);
|
||||
wxFileHistory(int maxFiles = 9, wxWindowID idBase = wxID_FILE1);
|
||||
~wxFileHistory();
|
||||
|
||||
// Operations
|
||||
|
Loading…
Reference in New Issue
Block a user