Skip to content
Snippets Groups Projects
Commit d7fcce99 authored by Sebastian Hahta's avatar Sebastian Hahta
Browse files

missing ;

parent 836343c0
No related branches found
No related tags found
1 merge request!316Resolves #343 GUI and Frame Refactor
Pipeline #27480 failed
......@@ -174,7 +174,7 @@ T *ftl::config::create(json_t &link, ARGS ...args) {
T* ptr = dynamic_cast<T*>(cfg);
if (ptr) {
return ptr
return ptr;
}
else {
throw FTL_Error("Configuration URI object is of wrong type: " << id);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment