summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/Patchage.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Patchage.cpp b/src/Patchage.cpp
index b5123b6..641714a 100644
--- a/src/Patchage.cpp
+++ b/src/Patchage.cpp
@@ -311,7 +311,8 @@ Patchage::Patchage(int argc, char** argv)
_about_win->set_logo(Gdk::Pixbuf::create_from_file(
bundle_location() + "/Resources/Patchage.icns"));
} catch (const Glib::Exception& e) {
- _log.error(fmt::format("Failed to set logo ({})", e.what()));
+ _log.error(
+ fmt::format("Failed to set logo ({})", std::string(e.what())));
}
#endif