From f2b10d095f52b6dd614f6a273024bd69d39b7685 Mon Sep 17 00:00:00 2001 From: Nicky Date: Wed, 2 Oct 2024 11:41:48 +0200 Subject: Rename namepsace to "ll" --- indra/llrender/llfontfreetype.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'indra/llrender/llfontfreetype.h') diff --git a/indra/llrender/llfontfreetype.h b/indra/llrender/llfontfreetype.h index e7d5a277e0..7173da5238 100644 --- a/indra/llrender/llfontfreetype.h +++ b/indra/llrender/llfontfreetype.h @@ -43,7 +43,7 @@ typedef struct FT_FaceRec_* LLFT_Face; struct FT_StreamRec_; typedef struct FT_StreamRec_ LLFT_Stream; -namespace nd +namespace ll { namespace fonts { @@ -64,7 +64,7 @@ private: ~LLFontManager(); void unloadAllFonts(); - std::map< std::string, std::shared_ptr > m_LoadedFonts; + std::map< std::string, std::shared_ptr > m_LoadedFonts; }; struct LLFontGlyphInfo -- cgit v1.2.3