summaryrefslogtreecommitdiffstats
path: root/raul
diff options
context:
space:
mode:
Diffstat (limited to 'raul')
-rw-r--r--raul/log.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/raul/log.hpp b/raul/log.hpp
index 17d728f..a2298f1 100644
--- a/raul/log.hpp
+++ b/raul/log.hpp
@@ -44,10 +44,10 @@ public:
{}
/** Change the colour of the output, e.g. out << colour(RED) << "red" << endl; */
- const char* colour(Colour c);
+ std::string colour(Colour c);
/** Reset the colour of the output, e.g. out << plain() << "plain" << endl; */
- const char* plain();
+ std::string plain();
protected:
int_type overflow(int_type c) {