зеркало из https://github.com/mono/CppSharp.git
Fixed previously missing rename target checking for classes.
This commit is contained in:
Родитель
c7771cc677
Коммит
586b14ab62
|
@ -75,7 +75,7 @@ namespace CppSharp.Passes
|
|||
public bool IsRenameableDecl(Declaration decl)
|
||||
{
|
||||
if (decl is Class)
|
||||
return true;
|
||||
return Targets.HasFlag(RenameTargets.Class);
|
||||
|
||||
var method = decl as Method;
|
||||
if (method != null)
|
||||
|
|
Загрузка…
Ссылка в новой задаче