diff options
Diffstat (limited to 'linden/indra/llwindow/llwindowsdl.h')
-rw-r--r-- | linden/indra/llwindow/llwindowsdl.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linden/indra/llwindow/llwindowsdl.h b/linden/indra/llwindow/llwindowsdl.h index d1b2b77..5aed4e6 100644 --- a/linden/indra/llwindow/llwindowsdl.h +++ b/linden/indra/llwindow/llwindowsdl.h | |||
@@ -120,6 +120,8 @@ public: | |||
120 | /*virtual*/ void *getPlatformWindow(); | 120 | /*virtual*/ void *getPlatformWindow(); |
121 | /*virtual*/ void bringToFront(); | 121 | /*virtual*/ void bringToFront(); |
122 | 122 | ||
123 | static std::string getFontListSans(); | ||
124 | |||
123 | // Not great that these are public, but they have to be accessible | 125 | // Not great that these are public, but they have to be accessible |
124 | // by non-class code and it's better than making them global. | 126 | // by non-class code and it's better than making them global. |
125 | #if LL_X11 | 127 | #if LL_X11 |
@@ -154,7 +156,6 @@ protected: | |||
154 | 156 | ||
155 | BOOL shouldPostQuit() { return mPostQuit; } | 157 | BOOL shouldPostQuit() { return mPostQuit; } |
156 | 158 | ||
157 | |||
158 | protected: | 159 | protected: |
159 | // | 160 | // |
160 | // Platform specific methods | 161 | // Platform specific methods |