Skip to content

Commit

Permalink
Update visibleWidth.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-milovidov committed Jan 21, 2024
1 parent 31c5e4f commit eb4f61b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Functions/visibleWidth.cpp
Expand Up @@ -33,7 +33,7 @@ class FunctionVisibleWidth : public IFunction
return std::make_shared<FunctionVisibleWidth>(context);
}

FunctionVisibleWidth(ContextPtr context)
explicit FunctionVisibleWidth(ContextPtr context)
{
behavior = context->getSettingsRef().function_visible_width_behavior;
}
Expand Down

0 comments on commit eb4f61b

Please sign in to comment.