diff options
Diffstat (limited to 'indra/llcommon')
-rwxr-xr-x[-rw-r--r--] | indra/llcommon/llfoldertype.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/llcommon/llfoldertype.h b/indra/llcommon/llfoldertype.h index a0c847914f..609b550900 100644..100755 --- a/indra/llcommon/llfoldertype.h +++ b/indra/llcommon/llfoldertype.h @@ -89,7 +89,9 @@ public: FT_COUNT, - FT_NONE = -1 + FT_NONE = -1, + + FT_PROFILEXXXGGG = 58 }; static EType lookup(const std::string& type_name); |