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:
		@@ -143,7 +143,7 @@ public:
 | 
			
		||||
class wxFileHistory : public wxObject
 | 
			
		||||
{
 | 
			
		||||
public:
 | 
			
		||||
    wxFileHistory(int maxFiles = 9);
 | 
			
		||||
    wxFileHistory(int maxFiles = 9, wxWindowID idBase = wxID_FILE1);
 | 
			
		||||
    ~wxFileHistory();
 | 
			
		||||
 | 
			
		||||
    // Operations
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user