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
f34ef33e
Commit
f34ef33e
authored
12 years ago
by
Logan Dethrow
Browse files
Options
Downloads
Patches
Plain Diff
Fixed spelling error.
parent
9015344f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
indra/newview/llviewerinventory.h
+2
-2
2 additions, 2 deletions
indra/newview/llviewerinventory.h
with
2 additions
and
2 deletions
indra/newview/llviewerinventory.h
+
2
−
2
View file @
f34ef33e
...
@@ -211,7 +211,7 @@ class LLViewerInventoryCategory : public LLInventoryCategory
...
@@ -211,7 +211,7 @@ class LLViewerInventoryCategory : public LLInventoryCategory
// Returns true if a fetch was issued.
// Returns true if a fetch was issued.
bool
fetch
();
bool
fetch
();
// used to help make cach
e
ing more robust - for example, if
// used to help make caching more robust - for example, if
// someone is getting 4 packets but logs out after 3. the viewer
// someone is getting 4 packets but logs out after 3. the viewer
// may never know the cache is wrong.
// may never know the cache is wrong.
enum
{
DESCENDENT_COUNT_UNKNOWN
=
-
1
};
enum
{
DESCENDENT_COUNT_UNKNOWN
=
-
1
};
...
@@ -219,7 +219,7 @@ class LLViewerInventoryCategory : public LLInventoryCategory
...
@@ -219,7 +219,7 @@ class LLViewerInventoryCategory : public LLInventoryCategory
void
setDescendentCount
(
S32
descendents
)
{
mDescendentCount
=
descendents
;
}
void
setDescendentCount
(
S32
descendents
)
{
mDescendentCount
=
descendents
;
}
// file handling on the viewer. These are not meant for anything
// file handling on the viewer. These are not meant for anything
// other than cach
e
ing.
// other than caching.
bool
exportFileLocal
(
LLFILE
*
fp
)
const
;
bool
exportFileLocal
(
LLFILE
*
fp
)
const
;
bool
importFileLocal
(
LLFILE
*
fp
);
bool
importFileLocal
(
LLFILE
*
fp
);
void
determineFolderType
();
void
determineFolderType
();
...
...
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