bug 688787 follow up to fix build bustage

This commit is contained in:
Brad Lassey 2011-09-27 16:18:51 -04:00
Родитель 0ddc823077
Коммит 5760202add
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -810,7 +810,8 @@ nsLookAndFeel::RefreshImpl()
InitLookAndFeel();
}
PRBool GetEchoPasswordImpl() {
PRBool
nsLookAndFeel::GetEchoPasswordImpl() {
#ifdef MOZ_PLATFORM_MAEMO
return PR_TRUE;
#else