Crude attempt at a hat for airflower.
[supertux.git] / src / lisp / writer.hpp
index a0db57d..a9909a7 100644 (file)
@@ -52,6 +52,7 @@ private:
   void write_escaped_string(const std::string& str);
   void indent();
 
+private:
   std::ostream* out;
   bool out_owned;
   int indent_depth;