Skip to content
Snippets Groups Projects
Commit 727f8ad2 authored by Nicolas Pope's avatar Nicolas Pope
Browse files

Fix windows compile error

parent b5f188cd
No related branches found
No related tags found
No related merge requests found
Pipeline #22370 canceled
......@@ -27,6 +27,6 @@ exception::exception(const char *msg) : msg_(msg) {
#endif
}
exception::exception(const Formatter &msg) : msg_(msg.str()) {
exception::exception(const ftl::Formatter &msg) : msg_(msg.str()) {
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment