Skip to content

Commit 05c9d0f

Browse files
kinkethewilsonator
authored andcommitted
Fix another frontend C++ interop regression
1 parent 67ca0a1 commit 05c9d0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dmd/expression.d

+1-1
Original file line numberDiff line numberDiff line change
@@ -1176,7 +1176,7 @@ extern (C++) abstract class Expression : ASTNode
11761176
* check = current check (e.g. whether it's pure)
11771177
* checkName = the kind of check (e.g. `"pure"`)
11781178
*/
1179-
extern (D) void checkOverridenDtor(Scope* sc, FuncDeclaration f,
1179+
extern (D) final void checkOverridenDtor(Scope* sc, FuncDeclaration f,
11801180
scope bool function(DtorDeclaration) check, const string checkName
11811181
) {
11821182
auto dd = f.isDtorDeclaration();

0 commit comments

Comments
 (0)