diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2017-02-03 16:47:26 -0500 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2017-02-03 16:47:26 -0500 |
commit | 275d2e7e025eb7b3bfd8d924429e4bf9dbb26e66 (patch) | |
tree | 7ca17b3a10e09b290a04e3ec857b79b2bc3f1ba0 /indra/llui/tests | |
parent | df4957e3984ddf3f0183229175709e55f6b7880d (diff) | |
parent | ead15a8ff5cfbfbb15f42c1f73910a3fa65d4741 (diff) |
Automated merge with ssh://bitbucket.org/callum_linden/viewer64-xcode8
Diffstat (limited to 'indra/llui/tests')
-rw-r--r-- | indra/llui/tests/llurlentry_test.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/llui/tests/llurlentry_test.cpp b/indra/llui/tests/llurlentry_test.cpp index 233fb6da23..119cbebc81 100644 --- a/indra/llui/tests/llurlentry_test.cpp +++ b/indra/llui/tests/llurlentry_test.cpp @@ -28,7 +28,7 @@ #include "linden_common.h" #include "../llurlentry.h" #include "../lluictrl.h" -#include "llurlentry_stub.cpp" +//#include "llurlentry_stub.cpp" #include "lltut.h" #include "../lluicolortable.h" #include "../llrender/lluiimage.h" @@ -49,6 +49,7 @@ // // } +/*==========================================================================*| typedef std::map<std::string, LLControlGroup*> settings_map_t; settings_map_t LLUI::sSettingGroups; @@ -83,6 +84,7 @@ S32 LLUIImage::getHeight() const { return 0; } +|*==========================================================================*/ namespace tut { |