sources/coloredline.h

changeset 132
8a4690db252e
parent 113
b3a33bc2e482
child 133
4d8fa5394d67
child 142
b4f89893c702
--- a/sources/coloredline.h	Mon Jan 11 16:58:59 2016 +0200
+++ b/sources/coloredline.h	Fri May 15 22:46:53 2015 +0300
@@ -69,6 +69,7 @@
 	const Vector<int>& data() const { return m_data; }
 	int length() const { return m_length; }
 	void add_char (char ch);
+	void add_string (const String& msg);
 	void finalize();
 	int rows (int cols) const;
 

mercurial