diff options
author | Mateusz Kaduk <mateusz.kaduk@gmail.com> | 2005-05-09 12:05:04 +0000 |
---|---|---|
committer | Mateusz Kaduk <mateusz.kaduk@gmail.com> | 2005-05-09 12:05:04 +0000 |
commit | 5f8d500a0282d533ea4b7db1d982e1149d345289 (patch) | |
tree | d4042b9671fd75b3ef54ca29f941e88206dcd1c3 /src/resources/buddylist.h | |
parent | be25dfc81df7e2ac253895d4c91307407446eadd (diff) | |
download | mana-5f8d500a0282d533ea4b7db1d982e1149d345289.tar.gz mana-5f8d500a0282d533ea4b7db1d982e1149d345289.tar.bz2 mana-5f8d500a0282d533ea4b7db1d982e1149d345289.tar.xz mana-5f8d500a0282d533ea4b7db1d982e1149d345289.zip |
Added buddylist model
Diffstat (limited to 'src/resources/buddylist.h')
-rw-r--r-- | src/resources/buddylist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/buddylist.h b/src/resources/buddylist.h index 2c41271f..cb798f1e 100644 --- a/src/resources/buddylist.h +++ b/src/resources/buddylist.h @@ -60,7 +60,7 @@ class BuddyList { private: std::list<std::string> buddylist; /**< Buddy list */ - + std::list<std::string>::iterator buddyit; /**< Iterator */ }; #endif /* _TMW_BUDDYLIST_H */ |