diff options
Diffstat (limited to 'linden/indra/newview/impprefsfonts.h')
-rw-r--r-- | linden/indra/newview/impprefsfonts.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/linden/indra/newview/impprefsfonts.h b/linden/indra/newview/impprefsfonts.h index 12aa0bb..0319261 100644 --- a/linden/indra/newview/impprefsfonts.h +++ b/linden/indra/newview/impprefsfonts.h | |||
@@ -1,6 +1,6 @@ | |||
1 | /** | 1 | /** |
2 | * @file impprefsfonts.h | 2 | * @file impprefsfonts.h |
3 | * @brief Font preferences panel | 3 | * @brief UI and font preferences panel |
4 | * | 4 | * |
5 | * Copyright (c) 2010, Jacek Antonelli | 5 | * Copyright (c) 2010, Jacek Antonelli |
6 | * | 6 | * |
@@ -40,6 +40,9 @@ public: | |||
40 | void refresh(); | 40 | void refresh(); |
41 | void apply(); | 41 | void apply(); |
42 | void cancel(); | 42 | void cancel(); |
43 | |||
44 | private: | ||
45 | static void onClickResetUISize(void*); | ||
43 | }; | 46 | }; |
44 | 47 | ||
45 | #endif // IMP_PREFSFONTS_H | 48 | #endif // IMP_PREFSFONTS_H |