From d7757f10568fc07d0205a9c9c0825343328348f6 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 15 Oct 2009 20:33:44 -0400 Subject: Fix rlvdefines.h with VC80 warning C4819 - character cannot be represented in some codesets --- linden/indra/newview/rlvdefines.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linden') diff --git a/linden/indra/newview/rlvdefines.h b/linden/indra/newview/rlvdefines.h index d1e0b75..118ba31 100644 --- a/linden/indra/newview/rlvdefines.h +++ b/linden/indra/newview/rlvdefines.h @@ -77,7 +77,7 @@ const S32 RLVa_VERSION_BUILD = 4; #define RLV_ROOT_FOLDER "#RLV" #define RLV_CMD_PREFIX '@' #define RLV_PUTINV_PREFIX "#RLV/~" -#define RLV_SETROT_OFFSET F_PI_BY_TWO // @setrot is off by 90° with the rest of SL +#define RLV_SETROT_OFFSET F_PI_BY_TWO // @setrot is off by 90° with the rest of SL #define RLV_FOLDER_FLAG_NOSTRIP "nostrip" #define RLV_FOLDER_PREFIX_HIDDEN '.' -- cgit v1.1