Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/core/StarOutputProxy.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/core/StarOutputProxy.hpp')
-rw-r--r--source/core/StarOutputProxy.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/core/StarOutputProxy.hpp b/source/core/StarOutputProxy.hpp
index 6449d94..d8761fa 100644
--- a/source/core/StarOutputProxy.hpp
+++ b/source/core/StarOutputProxy.hpp
@@ -49,7 +49,7 @@ struct OutputProxy {
typedef function<void(std::ostream&)> PrintFunction;
OutputProxy(PrintFunction p)
- : print(move(p)) {}
+ : print(std::move(p)) {}
PrintFunction print;
};