* Cleanup of TextElement.

git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@838 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
rakshasa
2007-01-01 06:52:56 +00:00
parent 0854e65775
commit fe7adfc999
12 changed files with 98 additions and 97 deletions
+2
View File
@@ -61,6 +61,8 @@ public:
Attributes() {}
Attributes(const char* pos, int attr, int col) :
m_position(pos), m_attributes(attr), m_colors(col) {}
Attributes(const char* pos, const Attributes& old) :
m_position(pos), m_attributes(old.m_attributes), m_colors(old.m_colors) {}
const char* position() const { return m_position; }
void set_position(const char* pos) { m_position = pos; }