summaryrefslogtreecommitdiffstats
path: root/ue4/mycpu/cdatset.h
diff options
context:
space:
mode:
Diffstat (limited to 'ue4/mycpu/cdatset.h')
-rw-r--r--ue4/mycpu/cdatset.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ue4/mycpu/cdatset.h b/ue4/mycpu/cdatset.h
index 56a0630..5861379 100644
--- a/ue4/mycpu/cdatset.h
+++ b/ue4/mycpu/cdatset.h
@@ -55,8 +55,8 @@ class CDatSet
55 * @return reference to inputstream 55 * @return reference to inputstream
56 * @globalvars none 56 * @globalvars none
57 * @exception none 57 * @exception none
58 * @pre none 58 * @pre stream != null
59 * @post none 59 * @post cdat.m_value = count of char 'o'
60 */ 60 */
61 friend std::istream& operator>>(std::istream & stream, CDatSet& cdat) 61 friend std::istream& operator>>(std::istream & stream, CDatSet& cdat)
62 { 62 {