diff options
author | Erik Kundiman <erik@megapahit.org> | 2024-05-16 13:52:40 +0800 |
---|---|---|
committer | Erik Kundiman <erik@megapahit.org> | 2024-05-16 13:52:40 +0800 |
commit | 6d51e91895a7f2435c46a876410ccc6c63fe8c82 (patch) | |
tree | f2b48ebd99cb414227bf365f47665b8d4baa752b /indra/newview/llinspecttexture.h | |
parent | d1b5917bb9c92e4e47eba19b43781e4d1328b1ca (diff) | |
parent | 094dcc07f8c1d90ae723dbe60eddacb90a09eae8 (diff) |
Merge tag '7.1.7-release'
source for viewer 7.1.7.8974243247
Diffstat (limited to 'indra/newview/llinspecttexture.h')
-rw-r--r-- | indra/newview/llinspecttexture.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/indra/newview/llinspecttexture.h b/indra/newview/llinspecttexture.h index ff0d80b825..d735789bf1 100644 --- a/indra/newview/llinspecttexture.h +++ b/indra/newview/llinspecttexture.h @@ -31,19 +31,19 @@ class LLTexturePreviewView; namespace LLInspectTextureUtil { - LLToolTip* createInventoryToolTip(LLToolTip::Params p); + LLToolTip* createInventoryToolTip(LLToolTip::Params p); } class LLTextureToolTip : public LLToolTip { public: - LLTextureToolTip(const LLToolTip::Params& p); - ~LLTextureToolTip(); + LLTextureToolTip(const LLToolTip::Params& p); + ~LLTextureToolTip(); public: - void initFromParams(const LLToolTip::Params& p) override; + void initFromParams(const LLToolTip::Params& p) override; protected: - LLTexturePreviewView* mPreviewView; - S32 mPreviewSize; + LLTexturePreviewView* mPreviewView; + S32 mPreviewSize; }; |