diff options
author | Dave Parks <davep@lindenlab.com> | 2022-11-02 12:17:28 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2022-11-02 12:17:28 -0500 |
commit | 32cc9a71d0e71bba96555558275a684501493e83 (patch) | |
tree | b61f7b91ea7b6a0cee649da734413b265ebab6ac /indra/llui | |
parent | c3f94ab9a1da2c0c5304ff624b54fad6a43506ae (diff) | |
parent | 734e3fcb21228d07038da952820fa371e3c8af14 (diff) |
Merge branch 'DRTVWR-559' of ssh://bitbucket.org/lindenlab/viewer into DRTVWR-559
Diffstat (limited to 'indra/llui')
-rw-r--r-- | indra/llui/llfloater.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/llfloater.h b/indra/llui/llfloater.h index 668cd208a9..3d15708295 100644 --- a/indra/llui/llfloater.h +++ b/indra/llui/llfloater.h @@ -225,6 +225,7 @@ public: /*virtual*/ void setIsChrome(BOOL is_chrome); /*virtual*/ void setRect(const LLRect &rect); void setIsSingleInstance(BOOL is_single_instance); + BOOL getIsSingleInstance() { return mSingleInstance; } void initFloater(const Params& p); |