Browse Source

GuiFilterCtrl: Rename identity function to resetFiltering to avoid clash

The field "identity" previously clashed with the method "identity"
Lukas Joergensen 6 years ago
parent
commit
4eabbd5bb0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Engine/source/gui/editor/guiFilterCtrl.cpp

+ 1 - 1
Engine/source/gui/editor/guiFilterCtrl.cpp

@@ -89,7 +89,7 @@ DefineEngineStringlyVariadicMethod( GuiFilterCtrl, setValue, void, 3, 20, "(f1,
 	object->set(filter);
 }
 
-DefineEngineMethod( GuiFilterCtrl, identity, void, (), , "Reset the filtering."
+DefineEngineMethod( GuiFilterCtrl, resetFiltering, void, (), , "Reset the filtering."
 			  "@internal")
 {
    object->identity();