mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-12 00:40:44 +00:00
GuiFilterCtrl: Rename identity function to resetFiltering to avoid clash
The field "identity" previously clashed with the method "identity"
This commit is contained in:
parent
a069496ad3
commit
4eabbd5bb0
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ DefineEngineStringlyVariadicMethod( GuiFilterCtrl, setValue, void, 3, 20, "(f1,
|
||||||
object->set(filter);
|
object->set(filter);
|
||||||
}
|
}
|
||||||
|
|
||||||
DefineEngineMethod( GuiFilterCtrl, identity, void, (), , "Reset the filtering."
|
DefineEngineMethod( GuiFilterCtrl, resetFiltering, void, (), , "Reset the filtering."
|
||||||
"@internal")
|
"@internal")
|
||||||
{
|
{
|
||||||
object->identity();
|
object->identity();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue