summaryrefslogtreecommitdiff
path: root/ACE/ace/Time_Value.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2021-06-08 09:35:42 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2021-06-08 09:35:42 +0200
commitb68528866d94595dabe98676058e46189b26e785 (patch)
treea137c8ada3681b0a742ac71f07c2a9ef3942ab64 /ACE/ace/Time_Value.h
parent8b78a5b28039bf877a77acc625c362473c9238c3 (diff)
downloadATCD-b68528866d94595dabe98676058e46189b26e785.tar.gz
Add missing std scope
* ACE/ace/Time_Value.cpp: * ACE/ace/Time_Value.h:
Diffstat (limited to '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 a96ce8e5789..751b2d5a106 100644
--- a/ACE/ace/Time_Value.h
+++ b/ACE/ace/Time_Value.h
@@ -460,7 +460,7 @@ private:
#endif /* ACE_HAS_TIME_T_LONG_MISMATCH */
};
-extern ACE_Export ostream &operator<<(std::ostream &o, const ACE_Time_Value &v );
+extern ACE_Export std::ostream &operator<<(std::ostream &o, const ACE_Time_Value &v );
ACE_END_VERSIONED_NAMESPACE_DECL