diff options
Diffstat (limited to 'indra/llcommon/lldate.h')
-rw-r--r-- | indra/llcommon/lldate.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llcommon/lldate.h b/indra/llcommon/lldate.h index 7bff18d927..2b53c8cc9a 100644 --- a/indra/llcommon/lldate.h +++ b/indra/llcommon/lldate.h @@ -116,6 +116,8 @@ private: F64 mSecondsSinceEpoch; }; +// this operator required for tut +bool operator!=(const LLDate& first, const LLDate& second); // Helper function to stream out a date std::ostream& operator<<(std::ostream& s, const LLDate& date); |