summaryrefslogtreecommitdiff
path: root/asl/print.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'asl/print.hpp')
-rw-r--r--asl/print.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/asl/print.hpp b/asl/print.hpp
index 4e7d07a..208bcb2 100644
--- a/asl/print.hpp
+++ b/asl/print.hpp
@@ -9,8 +9,8 @@ namespace print_internals
{
// @Todo Make print writers thread safe
-writer* get_stdout_writer();
-writer* get_stderr_writer();
+Writer* get_stdout_writer();
+Writer* get_stderr_writer();
} // namespace print_internals