]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/dstream.hh
patch::: 1.3.59.uu2
[lilypond.git] / flower / include / dstream.hh
index 22a31ea798813e9a13a886756c61d1ecc1a8cee0..0f1c10079661d1b9df778c10d8c6ae593a135030 100644 (file)
@@ -29,6 +29,8 @@ const char eol= '\n';
    
    TODO:
    make a baseclass for indentable streams.
+
+   JUNKME
   */
 class Dstream
 {
@@ -39,7 +41,7 @@ class Dstream
   String current_classname_str_;
   void output (String s);
   Dictionary<bool> *silent_dict_p_;
-
+  
 public:
   void clear_silence();
   bool silent_b (String) const;