From 400a2a18134996a50644e12a8cae11e53534fdfc Mon Sep 17 00:00:00 2001 From: John Scipione Date: Wed, 30 Jan 2013 19:50:41 -0500 Subject: [PATCH] Fix warning in DurationFormat.dox --- docs/user/locale/DurationFormat.dox | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/user/locale/DurationFormat.dox b/docs/user/locale/DurationFormat.dox index 7f47e104fa..b35c57f014 100644 --- a/docs/user/locale/DurationFormat.dox +++ b/docs/user/locale/DurationFormat.dox @@ -50,8 +50,7 @@ /*! - \fn BDurationFormat& - BDurationFormat::operator=(const BDurationFormat& other) + \fn BDurationFormat& BDurationFormat::operator=(const BDurationFormat& other) \brief Assignment overload. \param other The BDurationFormat object to copy from.