summaryrefslogtreecommitdiff
path: root/indra/newview/lldirpicker.h
diff options
context:
space:
mode:
authorAiraYumi <aira.youme@airanyumi.net>2024-06-13 10:39:05 +0900
committerAndrey Lihatskiy <alihatskiy@productengine.com>2024-06-14 19:32:20 +0300
commitc4fc76efefd12c7cb1224dc8a748da2958f4a7f0 (patch)
tree359f25aa46d16b04ce679deeda959cc5654aeb59 /indra/newview/lldirpicker.h
parentc10e785e338aa63165c614d926ce882f4f116716 (diff)
Revert "Replace LL_X11 and LL_FLTK to LL_LINUX"
Diffstat (limited to 'indra/newview/lldirpicker.h')
-rw-r--r--indra/newview/lldirpicker.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lldirpicker.h b/indra/newview/lldirpicker.h
index 5a3316d500..bcc7792c1a 100644
--- a/indra/newview/lldirpicker.h
+++ b/indra/newview/lldirpicker.h
@@ -80,7 +80,7 @@ private:
#if LL_LINUX || LL_DARWIN
// On Linux we just implement LLDirPicker on top of LLFilePicker
-#ifndef LL_LINUX
+#ifndef LL_FLTK
LLFilePicker *mFilePicker;
#endif
#endif