aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llmath/lluuid.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/llmath/lluuid.h2
1 files changed, 2 insertions, 0 deletions
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;
317class LLTransactionID : public LLUUID 317class LLTransactionID : public LLUUID
318{ 318{
319public: 319public:
320 LLTransactionID() : LLUUID() { }
321
320 static const LLTransactionID tnull; 322 static const LLTransactionID tnull;
321 LLAssetID makeAssetID(const LLUUID& session) const; 323 LLAssetID makeAssetID(const LLUUID& session) const;
322}; 324};