From 28d8d4e7664bcd6c8369cc18832e42096af7cad2 Mon Sep 17 00:00:00 2001 From: Jacek Antonelli Date: Fri, 15 Aug 2008 23:45:01 -0500 Subject: Second Life viewer sources 1.17.3.0 --- linden/indra/llmath/lluuid.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'linden/indra/llmath/lluuid.h') diff --git a/linden/indra/llmath/lluuid.h b/linden/indra/llmath/lluuid.h index 99cd585..6334ea4 100644 --- a/linden/indra/llmath/lluuid.h +++ b/linden/indra/llmath/lluuid.h @@ -317,6 +317,8 @@ typedef LLUUID LLAssetID; class LLTransactionID : public LLUUID { public: + LLTransactionID() : LLUUID() { } + static const LLTransactionID tnull; LLAssetID makeAssetID(const LLUUID& session) const; }; -- cgit v1.1