X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=flower%2Finclude%2Fstring-handle.hh;h=3f42e860e66ee5e20f8b82fb1c14f3480850c857;hb=8309cbcd6660ea1f0b35abacbb424ddc4158e448;hp=5b7a12f648f3485ef6dce4912cd8667ca0af4a76;hpb=dbed556ca13bc2371e83774890eaa06bc8b04def;p=lilypond.git diff --git a/flower/include/string-handle.hh b/flower/include/string-handle.hh index 5b7a12f648..3f42e860e6 100644 --- a/flower/include/string-handle.hh +++ b/flower/include/string-handle.hh @@ -38,8 +38,8 @@ public: ~String_handle(); String_handle(String_handle const & src); - Byte const* byte_c_l() const; - char const* ch_c_l() const; + Byte const* byte_C() const; + char const* ch_C() const; Byte* byte_l(); char* ch_l(); bool is_binary_bo()const; @@ -48,11 +48,11 @@ public: Byte operator[](int j) const; /** Access elements. WARNING: NOT SAFE - don't use this for loops. Use byte_c_l() + don't use this for loops. Use byte_C() */ Byte &operator[](int j); - void append( Byte const* byte_c_l, int length_i ); - void set( Byte const* byte_c_l, int length_i ); + void append( Byte const* byte_C, int length_i ); + void set( Byte const* byte_C, int length_i ); void operator = (char const *p); void trunc(int j); int length_i() const;