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:
Robin Dunn
2004-08-25 21:22:31 +00:00
parent 125c972b66
commit 823105f4e8

View File

@@ -143,7 +143,7 @@ public:
class wxFileHistory : public wxObject class wxFileHistory : public wxObject
{ {
public: public:
wxFileHistory(int maxFiles = 9); wxFileHistory(int maxFiles = 9, wxWindowID idBase = wxID_FILE1);
~wxFileHistory(); ~wxFileHistory();
// Operations // Operations