summaryrefslogtreecommitdiff
path: root/indra/newview/lldateutil.h
diff options
context:
space:
mode:
authorJames Cook <james@lindenlab.com>2010-04-20 16:06:25 -0700
committerJames Cook <james@lindenlab.com>2010-04-20 16:06:25 -0700
commit257c3ed2a3747256500f704f6e06e7631af3c08e (patch)
tree7652d6a9844f23c32ee305d8d85e707224c7e332 /indra/newview/lldateutil.h
parent6d1e44b0338dd2815f605a5ba6e6528932cf3ebc (diff)
LLDateUtil::ageFromDate() now takes more sensible parameters
This and last reviewed with Kelly
Diffstat (limited to 'indra/newview/lldateutil.h')
-rw-r--r--indra/newview/lldateutil.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lldateutil.h b/indra/newview/lldateutil.h
index 9c62241fe6..d72d8d1ed4 100644
--- a/indra/newview/lldateutil.h
+++ b/indra/newview/lldateutil.h
@@ -51,7 +51,7 @@ namespace LLDateUtil
// Calls the above with LLDate::now()
std::string ageFromDateISO(const std::string& date_string);
- std::string ageFromDate(S32 year, S32 month, S32 day);
+ std::string ageFromDate(S32 born_year, S32 born_month, S32 born_day, const LLDate& now);
}
#endif