mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 21:55:43 +01:00
s/stringcr_t/const string &/
git-svn-id: svn://localhost/trunk/ardour2@201 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
541ff63201
commit
5c819462b8
51 changed files with 151 additions and 152 deletions
|
|
@ -51,7 +51,7 @@ slider_position_to_gain (double pos)
|
|||
}
|
||||
|
||||
std::string short_version (std::string, std::string::size_type target_length);
|
||||
std::string fit_to_pixels (ARDOUR::stringcr_t, int pixel_width, ARDOUR::stringcr_t font);
|
||||
std::string fit_to_pixels (const std::string &, int pixel_width, const std::string & font);
|
||||
|
||||
int atoi (const std::string&);
|
||||
double atof (const std::string&);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue