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
193fddd0
Commit
193fddd0
authored
14 years ago
by
Jonathan Yap
Browse files
Options
Downloads
Patches
Plain Diff
Fix link error: unsigned char const TASK_INVENTORY_ASSET_KEY
parent
d7d23d16
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/llinventory/llinventory.cpp
+0
-2
0 additions, 2 deletions
indra/llinventory/llinventory.cpp
indra/llinventory/llinventorydefines.cpp
+1
-1
1 addition, 1 deletion
indra/llinventory/llinventorydefines.cpp
with
1 addition
and
3 deletions
indra/llinventory/llinventory.cpp
+
0
−
2
View file @
193fddd0
...
...
@@ -61,8 +61,6 @@ static const std::string INV_FOLDER_ID_LABEL_WS("category_id");
///----------------------------------------------------------------------------
/// Local function declarations, constants, enums, and typedefs
///----------------------------------------------------------------------------
const
U8
TASK_INVENTORY_ITEM_KEY
=
0
;
const
U8
TASK_INVENTORY_ASSET_KEY
=
1
;
const
LLUUID
MAGIC_ID
(
"3c115e51-04f4-523c-9fa6-98aff1034730"
);
...
...
This diff is collapsed.
Click to expand it.
indra/llinventory/llinventorydefines.cpp
+
1
−
1
View file @
193fddd0
...
...
@@ -28,4 +28,4 @@
#include
"llinventorydefines.h"
const
U8
TASK_INVENTORY_ITEM_KEY
=
0
;
const
U8
TASK_INVENTORY_ASSET_KEY
=
1
;
const
U8
TASK_INVENTORY_ASSET_KEY
=
1
;
\ No newline at end of file
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