summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
Diffstat (limited to 'indra')
-rw-r--r--indra/llui/tests/llurlmatch_test.cpp22
1 files changed, 21 insertions, 1 deletions
diff --git a/indra/llui/tests/llurlmatch_test.cpp b/indra/llui/tests/llurlmatch_test.cpp
index ab5770dbf2..e5d4c5b09d 100644
--- a/indra/llui/tests/llurlmatch_test.cpp
+++ b/indra/llui/tests/llurlmatch_test.cpp
@@ -21,6 +21,7 @@
*/
#include "../llurlmatch.h"
+//#include "../lluiimage.h"
#include "lltut.h"
// link seams
@@ -33,6 +34,26 @@ LLStyle::Params::Params()
{
}
+LLUIImage::LLUIImage(const std::string& name, LLPointer<LLTexture> image)
+{
+}
+
+LLUIImage::~LLUIImage()
+{
+}
+
+//virtual
+S32 LLUIImage::getWidth() const
+{
+ return 0;
+}
+
+//virtual
+S32 LLUIImage::getHeight() const
+{
+ return 0;
+}
+
namespace LLInitParam
{
BaseBlock::BaseBlock() {}
@@ -105,7 +126,6 @@ namespace LLInitParam
void TypedParam<LLUIImage*>::setBlockFromValue()
{}
-
bool ParamCompare<LLUIImage*, false>::equals(
LLUIImage* const &a,