summaryrefslogtreecommitdiff
path: root/indra/llwindow
diff options
context:
space:
mode:
authorAndrey Lihatskiy <alihatskiy@productengine.com>2024-02-18 15:53:54 +0200
committerAndrey Lihatskiy <alihatskiy@productengine.com>2024-02-18 15:56:31 +0200
commit2817d6c67d65bee9cae8f0d77e229ccf8eaa286f (patch)
tree7d97c4d09558164cbc946031cfa9b6dba6dbdc26 /indra/llwindow
parent238d0b27375c5293702925142f55f8575f630ae0 (diff)
viewer#831 Xcode buildfix
Diffstat (limited to 'indra/llwindow')
-rw-r--r--indra/llwindow/llwindowmacosx-objc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llwindow/llwindowmacosx-objc.h b/indra/llwindow/llwindowmacosx-objc.h
index 77024d3a9c..f9a7a098cb 100644
--- a/indra/llwindow/llwindowmacosx-objc.h
+++ b/indra/llwindow/llwindowmacosx-objc.h
@@ -37,7 +37,7 @@
typedef std::vector<std::pair<int, bool> > segment_t;
typedef std::vector<int> segment_lengths;
-typedef std::vector<int> segment_standouts;
+typedef std::vector<bool> segment_standouts;
struct attributedStringInfo {
segment_lengths seg_lengths;