Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Alchemy Viewer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Silent mode is enabled
All outbound communications are blocked.
Learn more
.
Show more breadcrumbs
Alchemy Viewer
Alchemy Viewer
Commits
84a7ec90
Commit
84a7ec90
authored
5 years ago
by
Nat Goodspeed
Browse files
Options
Downloads
Patches
Plain Diff
DRTVWR-476: Fix glitches from lindenlab/viewer master branch merge.
parent
8fb39231
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
indra/llappearance/llwearabletype.cpp
+1
-1
1 addition, 1 deletion
indra/llappearance/llwearabletype.cpp
indra/llappearance/llwearabletype.h
+1
-0
1 addition, 0 deletions
indra/llappearance/llwearabletype.h
with
2 additions
and
1 deletion
indra/llappearance/llwearabletype.cpp
+
1
−
1
View file @
84a7ec90
...
@@ -57,7 +57,7 @@ struct WearableEntry : public LLDictionaryEntry
...
@@ -57,7 +57,7 @@ struct WearableEntry : public LLDictionaryEntry
BOOL
mAllowMultiwear
;
BOOL
mAllowMultiwear
;
};
};
class
LLWearableDictionary
:
public
LLSingleton
<
LLWearableDictionary
>
,
class
LLWearableDictionary
:
public
LL
Param
Singleton
<
LLWearableDictionary
>
,
public
LLDictionary
<
LLWearableType
::
EType
,
WearableEntry
>
public
LLDictionary
<
LLWearableType
::
EType
,
WearableEntry
>
{
{
LLSINGLETON
(
LLWearableDictionary
,
LLWearableType
&
);
LLSINGLETON
(
LLWearableDictionary
,
LLWearableType
&
);
...
...
This diff is collapsed.
Click to expand it.
indra/llappearance/llwearabletype.h
+
1
−
0
View file @
84a7ec90
...
@@ -46,6 +46,7 @@ class LLWearableType : public LLParamSingleton<LLWearableType>
...
@@ -46,6 +46,7 @@ class LLWearableType : public LLParamSingleton<LLWearableType>
{
{
LLSINGLETON
(
LLWearableType
,
LLTranslationBridge
*
trans
);
LLSINGLETON
(
LLWearableType
,
LLTranslationBridge
*
trans
);
~
LLWearableType
();
~
LLWearableType
();
void
initSingleton
();
friend
struct
WearableEntry
;
friend
struct
WearableEntry
;
public:
public:
enum
EType
enum
EType
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment