]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/file-storage.hh
* buildscripts/analyse-cxx-log.py: new file. Read compile log to
[lilypond.git] / flower / include / file-storage.hh
index 80a832ab956c843cafb69ca3ca71450c54ccec9c..f13cc47173dd4c6d13f9cdd518f9998811aece8c 100644 (file)
@@ -17,7 +17,7 @@
 class File_storage
 {
 public:
-  virtual char const *to_str0 () const = 0;
+  virtual char const *c_str () const = 0;
   virtual int length () const = 0;
   virtual ~File_storage (){}
 };