From 0280738dd38e7ad445119c1ea2e993fd9f48c05a Mon Sep 17 00:00:00 2001 From: Federico Terzi Date: Mon, 19 Jul 2021 23:51:28 +0200 Subject: [PATCH] fix(modulo): fix compilation problem on macOS --- espanso-modulo/src/sys/troubleshooting/troubleshooting.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/espanso-modulo/src/sys/troubleshooting/troubleshooting.cpp b/espanso-modulo/src/sys/troubleshooting/troubleshooting.cpp index 4471b6f..802a351 100644 --- a/espanso-modulo/src/sys/troubleshooting/troubleshooting.cpp +++ b/espanso-modulo/src/sys/troubleshooting/troubleshooting.cpp @@ -101,7 +101,7 @@ public: open_file_btn->Connect(wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler(ErrorSetPanel::on_open_file), NULL, this); } - void ErrorSetPanel::on_open_file(wxCommandEvent &event) + void on_open_file(wxCommandEvent &event) { if (troubleshooting_metadata->open_file && this->error_set_metadata->file_path) { troubleshooting_metadata->open_file(this->error_set_metadata->file_path);