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

Merge branch 'master' into exp/glcomposite

parents e94d715d 727f8ad2
No related branches found
No related tags found
1 merge request!272Use OpenGL for overlay
Pipeline #22371 failed
......@@ -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.
Please register or to comment