Skip to content
Snippets Groups Projects
Commit 193fddd0 authored by Jonathan Yap's avatar Jonathan Yap
Browse files

Fix link error: unsigned char const TASK_INVENTORY_ASSET_KEY

parent d7d23d16
No related branches found
No related tags found
No related merge requests found
......@@ -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");
......
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment