viewer#831 Xcode buildfix

master
Andrey Lihatskiy 2024-02-18 15:53:54 +02:00
parent 238d0b2737
commit 2817d6c67d
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -2345,7 +2345,7 @@ bool LLViewerMediaImpl::handleMouseUp(S32 x, S32 y, MASK mask)
if(hasMouseCapture())
{
// Release the mouse -- this will also send a mouseup to the media
gFocusMgr.setMouseCapture( false );
gFocusMgr.setMouseCapture( nullptr );
}
return true;