mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-12 21:22:31 +00:00
* Cleanup of TextElement.
git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@838 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user