diff options
author | Jan Nieuwenhuizen <janneke@gnu.org> | 2006-02-11 11:35:18 +0000 |
---|---|---|
committer | Jan Nieuwenhuizen <janneke@gnu.org> | 2006-02-11 11:35:18 +0000 |
commit | 31568c504806f35aac420a394c9eab07abd9faa7 (patch) | |
tree | e7ee5c7fa3217c501d868a94cd3530543e8f4c9e /lily/include/lily-version.hh | |
parent | e0d9c686b107b0d07a67f40b54a09009867620bf (diff) |
* flower/include/std-string.hh:
* flower/include/std-vector.hh: Finish std:: conversion; move
flower extensions from std:: namespace. Update users.
* lily/include/lily-proto.hh: Replace Link_array__*_ macros by
their expansion to vector<*>. Update users.
Diffstat (limited to 'lily/include/lily-version.hh')
-rw-r--r-- | lily/include/lily-version.hh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lily/include/lily-version.hh b/lily/include/lily-version.hh index d4df9e0529..eab4462df2 100644 --- a/lily/include/lily-version.hh +++ b/lily/include/lily-version.hh @@ -11,9 +11,9 @@ #include "std-string.hh" -std::string version_string (); -std::string gnu_lilypond_string (); -std::string gnu_lilypond_version_string (); +string version_string (); +string gnu_lilypond_string (); +string gnu_lilypond_version_string (); #endif // LILY_VERSION_HH |