From c3d407eec361f2ba6220f9143e5f3eeb8e8fbea2 Mon Sep 17 00:00:00 2001 From: Davis King Date: Tue, 19 Jan 2010 22:16:24 +0000 Subject: [PATCH] Fixed typo in spec. --HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403399 --- dlib/type_safe_union/type_safe_union_kernel_abstract.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlib/type_safe_union/type_safe_union_kernel_abstract.h b/dlib/type_safe_union/type_safe_union_kernel_abstract.h index bcbb45e65..91c42f6e9 100644 --- a/dlib/type_safe_union/type_safe_union_kernel_abstract.h +++ b/dlib/type_safe_union/type_safe_union_kernel_abstract.h @@ -167,7 +167,7 @@ namespace dlib > void serialize ( const type_safe_union& item, - std::istream& in + std::ostream& out ); /*! provides serialization support