File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -390,7 +390,6 @@ public override bool VisitMethodDecl(Method method)
390
390
return true ;
391
391
}
392
392
393
-
394
393
public override bool VisitFunctionDecl ( Function function )
395
394
{
396
395
if ( ! function . IsGenerated || CppHeaders . FunctionIgnored ( function ) )
Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ public override bool VisitFunctionDecl(Function function)
23
23
return false ;
24
24
25
25
Class @class = FindClassToMoveFunctionTo ( function ) ;
26
-
27
26
if ( @class == null )
28
27
return false ;
29
28
@@ -35,6 +34,7 @@ public override bool VisitFunctionDecl(Function function)
35
34
OriginalFunction = null ,
36
35
IsStatic = true
37
36
} ;
37
+
38
38
if ( method . IsOperator )
39
39
{
40
40
method . IsNonMemberOperator = true ;
You can’t perform that action at this time.
0 commit comments