Cleanup
This commit is contained in:
parent
ad3e99f933
commit
a533748796
|
@ -58,7 +58,6 @@ extern std::string GetCurlLibVersion();
|
|||
#include <bitmaps.h>
|
||||
#include <build_version.h>
|
||||
#include <html_messagebox.h>
|
||||
#include <wx/uri.h>
|
||||
|
||||
#include "dialog_about.h"
|
||||
|
||||
|
|
|
@ -73,9 +73,9 @@ private:
|
|||
|
||||
void onHtmlLinkClicked( wxHtmlLinkEvent& event );
|
||||
|
||||
void onCopyVersionInfo( wxCommandEvent& event ) override;
|
||||
void onCopyVersionInfo( wxCommandEvent& event ) override;
|
||||
|
||||
void onReportBug( wxCommandEvent& event ) override;
|
||||
void onReportBug( wxCommandEvent& event ) override;
|
||||
|
||||
// Notebook pages
|
||||
wxFlexGridSizer* createFlexGridSizer();
|
||||
|
|
Loading…
Reference in New Issue