summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2019-04-30 18:35:35 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2019-04-30 18:35:35 +0200
commit3c8f6b20d4278c244df52246bf3c0a98db16f060 (patch)
tree095c82d3ed44a6a75fe81745b485dffa594ac192
parent275546cff7d1dbc4097c0a5df6f4472651cd351a (diff)
downloadATCD-3c8f6b20d4278c244df52246bf3c0a98db16f060.tar.gz
Fixed error
* ACE/ace/Time_Value.h:
-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);