Fix indentation in wxQtMessageDialog

No real changes.
This commit is contained in:
Vadim Zeitlin 2024-02-11 13:32:52 +01:00
parent d8d562ba1d
commit 4b577f2932

View file

@ -18,8 +18,7 @@
class wxQtMessageDialog : public wxQtEventSignalHandler< QMessageBox, wxMessageDialog >
{
public:
public:
wxQtMessageDialog( wxWindow *parent, wxMessageDialog *handler );
};