summaryrefslogtreecommitdiff
path: root/src/resources/buddylist.h
diff options
context:
space:
mode:
authorMateusz Kaduk <mateusz.kaduk@gmail.com>2005-05-09 12:05:04 +0000
committerMateusz Kaduk <mateusz.kaduk@gmail.com>2005-05-09 12:05:04 +0000
commit5f8d500a0282d533ea4b7db1d982e1149d345289 (patch)
treed4042b9671fd75b3ef54ca29f941e88206dcd1c3 /src/resources/buddylist.h
parentbe25dfc81df7e2ac253895d4c91307407446eadd (diff)
downloadmana-client-5f8d500a0282d533ea4b7db1d982e1149d345289.tar.gz
mana-client-5f8d500a0282d533ea4b7db1d982e1149d345289.tar.bz2
mana-client-5f8d500a0282d533ea4b7db1d982e1149d345289.tar.xz
mana-client-5f8d500a0282d533ea4b7db1d982e1149d345289.zip
Added buddylist model
Diffstat (limited to 'src/resources/buddylist.h')
-rw-r--r--src/resources/buddylist.h2
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 */