Skip to content

Commit c1a0002

Browse files
author
Owen
committed
Remove erroneous backtick
1 parent 3c46430 commit c1a0002

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cpp/cpp_typecheck_compound_type.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ void cpp_typecheckt::typecheck_compound_declarator(
374374
if(is_cast_operator && is_static)
375375
{
376376
error().source_location=cpp_name.source_location();
377-
error() << "cast operators cannot be static`" << eom;
377+
error() << "cast operators cannot be static" << eom;
378378
throw 0;
379379
}
380380

0 commit comments

Comments
 (0)