diff options
author | Nicky <nicky.dasmijn@posteo.nl> | 2024-10-02 11:41:48 +0200 |
---|---|---|
committer | Nicky <nicky.dasmijn@posteo.nl> | 2024-10-02 11:41:48 +0200 |
commit | f2b10d095f52b6dd614f6a273024bd69d39b7685 (patch) | |
tree | 95f39edbbc1fca94a8058d2c1c9f2cf2fd287585 /indra/llrender/llfontfreetype.h | |
parent | 69d963331e7669670b7031dc6a708ca10374cd2c (diff) |
Rename namepsace to "ll"
Diffstat (limited to 'indra/llrender/llfontfreetype.h')
-rw-r--r-- | indra/llrender/llfontfreetype.h | 4 |
1 files changed, 2 insertions, 2 deletions
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<nd::fonts::LoadedFont> > m_LoadedFonts; + std::map< std::string, std::shared_ptr<ll::fonts::LoadedFont> > m_LoadedFonts; }; struct LLFontGlyphInfo |