git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@251 e378c898-3ddf-0310-93e7-cc216c733640

This commit is contained in:
rakshasa
2005-02-02 15:19:36 +00:00
parent 0ff36babee
commit 5f102a5dcf
8 changed files with 97 additions and 18 deletions
+1 -3
View File
@@ -8,14 +8,12 @@ namespace display {
class WindowTitle : public Window {
public:
WindowTitle();
WindowTitle(const std::string& s);
virtual void redraw();
private:
std::string m_title;
int m_counter;
};
}