summaryrefslogtreecommitdiff
path: root/indra/newview/llfilepicker.h
diff options
context:
space:
mode:
authorAiraYumi <aira.youme@airanyumi.net>2024-06-11 14:06:54 +0900
committerAndrey Lihatskiy <alihatskiy@productengine.com>2024-06-12 16:43:41 +0300
commitc10e785e338aa63165c614d926ce882f4f116716 (patch)
tree230579431b0c4470952ef1b67f801c8a00ea4e84 /indra/newview/llfilepicker.h
parent2bf01f80edc28ec998cab0adf3b20e9e7f7f0c4e (diff)
Replace LL_X11 and LL_FLTK to LL_LINUX
Diffstat (limited to 'indra/newview/llfilepicker.h')
-rw-r--r--indra/newview/llfilepicker.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfilepicker.h b/indra/newview/llfilepicker.h
index 1ca4137ac6..ddf3d7ca16 100644
--- a/indra/newview/llfilepicker.h
+++ b/indra/newview/llfilepicker.h
@@ -172,7 +172,7 @@ private:
void *userdata);
#endif
-#if LL_FLTK
+#if LL_LINUX
enum EType
{
eSaveFile, eOpenFile, eOpenMultiple