From 506a4aafc5a60293b52b6c1b6e893c88c0e8820e Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:43:57 +0000 Subject: [PATCH] lilypond-0.0.65 --- lily/include/molecule.hh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lily/include/molecule.hh b/lily/include/molecule.hh index 3904acb4bf..0ccb399a03 100644 --- a/lily/include/molecule.hh +++ b/lily/include/molecule.hh @@ -1,7 +1,7 @@ #ifndef MOLECULE_HH #define MOLECULE_HH -#include "proto.hh" +#include "lily-proto.hh" #include "plist.hh" #include "boxes.hh" #include "symbol.hh" @@ -23,7 +23,7 @@ struct Atom { void print() const; - String TeXstring() const; + String TeX_string() const; }; @@ -47,7 +47,7 @@ struct Molecule { /// how big is #this#? Box extent() const; - String TeXstring() const; + String TeX_string() const; Molecule(const Molecule&s); void print() const; -- 2.39.5