Changeset 152
- Timestamp:
- 08/24/08 23:37:40 (16 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
bdm/userinfo.h
r151 r152 131 131 132 132 // immediately initialized map..!! 133 staticclass StringToUIMap133 class StringToUIMap 134 134 { 135 135 private: … … 321 321 private: 322 322 //! Mapped elements, i.e., descendant html tags 323 vector<BindingFrame* const> bindedElements;323 vector<BindingFrame*> bindedElements; 324 324 325 325 protected: