diff options
author | fcolin | 2007-02-01 12:54:28 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 12:54:28 +0000 |
commit | 28a4e33c3a88f0ed85e24fcf4dc3c4380605d68e (patch) | |
tree | 164e03a119344de8b33ff5d7b57c3fafd10af413 | |
parent | 1df28b69754ba37c7590daf5f3f1aa9862361ded (diff) | |
download | ivy-cplusplus-28a4e33c3a88f0ed85e24fcf4dc3c4380605d68e.zip ivy-cplusplus-28a4e33c3a88f0ed85e24fcf4dc3c4380605d68e.tar.gz ivy-cplusplus-28a4e33c3a88f0ed85e24fcf4dc3c4380605d68e.tar.bz2 ivy-cplusplus-28a4e33c3a88f0ed85e24fcf4dc3c4380605d68e.tar.xz |
Utilisateur : Fcolin Date : 2/06/05 Heure : 18:45 Archivé dans $/Bus/Ivy Commentaire: (vss 9)
-rw-r--r-- | Bus/Ivy/DataTypes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bus/Ivy/DataTypes.h b/Bus/Ivy/DataTypes.h index c98a812..ea17c37 100644 --- a/Bus/Ivy/DataTypes.h +++ b/Bus/Ivy/DataTypes.h @@ -142,7 +142,7 @@ protected: public:
- friend class iterator;
+ //friend class iterator;
class iterator {
public:
iterator()
|