if (!current_grouping_p_->child_fit_b (start))
{
String s (_("please fix me: Stem at ")
- + String(now_moment ()) + _(" does not fit in beam"));
+ + now_moment ().str ()
+ + _(" does not fit in beam"));
if (i.req_l_)
i.req_l_->warning(s);
else
*/
class Text_item : public Item ,public Staff_side
{
-public:
public:
/// do I have width?
/* ***************/
- Text_item (General_script_def* ,Direction dir=0);
+ Text_item (General_script_def* ,Direction dir=CENTER);
virtual ~Text_item ();
DECLARE_MY_RUNTIME_TYPEINFO;