"...git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "6382663dc8e0fe92ceb03386ffeea1ca336730c8"
Commit e3fcf352 authored by Davis King's avatar Davis King
Browse files

Minor change to avoid a compile time error in visual studio 2008.

parent 84daff63
...@@ -575,7 +575,7 @@ namespace dlib ...@@ -575,7 +575,7 @@ namespace dlib
// ---------------------------------------------------------------------------------------- // ----------------------------------------------------------------------------------------
namespace impl namespace impl_tsu
{ {
struct serialize_helper struct serialize_helper
{ {
...@@ -605,7 +605,7 @@ namespace dlib ...@@ -605,7 +605,7 @@ namespace dlib
{ {
// save the type_identity // save the type_identity
serialize(item.type_identity, out); serialize(item.type_identity, out);
item.apply_to_contents(dlib::impl::serialize_helper(out)); item.apply_to_contents(dlib::impl_tsu::serialize_helper(out));
} }
catch (serialization_error& e) catch (serialization_error& e)
{ {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment