From 719313afdd6d14861c62b96f69f56f144a1b4e06 Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Wed, 21 Jul 2010 17:49:00 +0000 Subject: [PATCH] * Missing from the previous commit. Sorry ! Thanks to luroh for watching. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37664 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/os/locale/LocaleRoster.h | 1 + 1 file changed, 1 insertion(+) diff --git a/headers/os/locale/LocaleRoster.h b/headers/os/locale/LocaleRoster.h index 895f435991..89b6537742 100644 --- a/headers/os/locale/LocaleRoster.h +++ b/headers/os/locale/LocaleRoster.h @@ -39,6 +39,7 @@ class BLocaleRoster { status_t GetDefaultLanguage(BLanguage **) const; status_t GetDefaultCountry(BCountry **) const; void SetDefaultCountry(BCountry *) const; + void UpdateSettings(BMessage* newSettings); status_t GetLanguage(const char* languageCode, BLanguage** _language) const;