diff options
Diffstat (limited to 'service/ex.cpp')
-rw-r--r-- | service/ex.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/service/ex.cpp b/service/ex.cpp index ec32416..f0e8e2e 100644 --- a/service/ex.cpp +++ b/service/ex.cpp @@ -6,5 +6,11 @@ namespace MirrorSearch { { s << msg; } + + void + CurlError::ice_print(std::ostream&s) const + { + s << msg; + } } |