From 3c8f6b20d4278c244df52246bf3c0a98db16f060 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Tue, 30 Apr 2019 18:35:35 +0200 Subject: Fixed error * ACE/ace/Time_Value.h: --- ACE/ace/Time_Value.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ACE/ace/Time_Value.h b/ACE/ace/Time_Value.h index f985f69e807..3e51853ecba 100644 --- a/ACE/ace/Time_Value.h +++ b/ACE/ace/Time_Value.h @@ -271,7 +271,7 @@ public: /// Assign @a tv to this ACE_Time_Value &operator = (const ACE_Time_Value &) = default; ACE_Time_Value &operator = (ACE_Time_Value &&) = default; -#endif /* ACE_HAS_CPP11) +#endif /* ACE_HAS_CPP11 */ /// Assign @a tv to this ACE_Time_Value &operator = (time_t tv); -- cgit v1.2.1