diff options
Diffstat (limited to 'indra/llwindow/llpreeditor.h')
-rw-r--r-- | indra/llwindow/llpreeditor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llwindow/llpreeditor.h b/indra/llwindow/llpreeditor.h index 388e3dd2ca..466574088e 100644 --- a/indra/llwindow/llpreeditor.h +++ b/indra/llwindow/llpreeditor.h @@ -100,7 +100,7 @@ public: // This is a back door of the method of same name of LLWindowCallback. // called_from_parent should be set to FALSE if calling through LLPreeditor. - virtual BOOL handleUnicodeCharHere(llwchar uni_char, BOOL called_from_parent) = 0; + virtual BOOL handleUnicodeCharHere(llwchar uni_char) = 0; }; #endif |