diff options
author | Sergei Litovchuk <slitovchuk@productengine.com> | 2010-05-19 01:20:39 +0300 |
---|---|---|
committer | Sergei Litovchuk <slitovchuk@productengine.com> | 2010-05-19 01:20:39 +0300 |
commit | 09a58b804bfcc055ce7722bf5aa8a05bfd6ed890 (patch) | |
tree | 500481f2eeed9ae013db0f28537e2affdbd70ba4 /indra/newview/llavatarlistitem.cpp | |
parent | d60a5745c7b25df3833c9947af61c54cbc045037 (diff) |
EXT-7158 FIXED Moved lltextutil from newview to llui library.
Reviewed by Richard Nelson and Mike Antipov at https://codereview.productengine.com/secondlife/r/363/
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llavatarlistitem.cpp')
-rw-r--r-- | indra/newview/llavatarlistitem.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llavatarlistitem.cpp b/indra/newview/llavatarlistitem.cpp index 656274cb7a..5a8ad73c83 100644 --- a/indra/newview/llavatarlistitem.cpp +++ b/indra/newview/llavatarlistitem.cpp @@ -38,7 +38,7 @@ #include "llbutton.h" #include "llfloaterreg.h" -#include "lluitextutil.h" +#include "lltextutil.h" #include "llagent.h" #include "llavatariconctrl.h" |