diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/floatergriddefault.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/linden/indra/newview/floatergriddefault.h b/linden/indra/newview/floatergriddefault.h index 009e23f..5c07efe 100644 --- a/linden/indra/newview/floatergriddefault.h +++ b/linden/indra/newview/floatergriddefault.h | |||
@@ -41,6 +41,9 @@ public: | |||
41 | 41 | ||
42 | /*virtual*/ BOOL postBuild(); | 42 | /*virtual*/ BOOL postBuild(); |
43 | 43 | ||
44 | // refresh the default grid list selection. Steals focus | ||
45 | void refreshGridList(); | ||
46 | |||
44 | private: | 47 | private: |
45 | static void onClickOK(void* userdata); | 48 | static void onClickOK(void* userdata); |
46 | static void onClickCancel(void* userdata); | 49 | static void onClickCancel(void* userdata); |