summaryrefslogtreecommitdiff
path: root/indra/newview/lldateutil.h
diff options
context:
space:
mode:
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