fixing gcc 3.2 bustage

git-svn-id: svn://10.0.0.236/trunk@129061 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cbiesinger%web.de 2002-09-08 10:42:45 +00:00
parent e85a67b5fd
commit 999827ab4f

View File

@ -69,7 +69,7 @@ enum {
eRepeatingReverse
};
const kMaxBadCharsBeforeCancel = 3;
const int kMaxBadCharsBeforeCancel = 3;
class nsTypeAheadFind : public nsITypeAheadFind,
public nsIDOMKeyListener,