summaryrefslogtreecommitdiff
path: root/ACE
diff options
context:
space:
mode:
Diffstat (limited to 'ACE')
-rw-r--r--ACE/ace/Time_Value.h2
1 files changed, 1 insertions, 1 deletions
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);