Changeset 152 for bdm

Show
Ignore:
Timestamp:
08/24/08 23:37:40 (16 years ago)
Author:
mido
Message:

patch UI

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • bdm/userinfo.h

    r151 r152  
    131131 
    132132        // immediately initialized map..!! 
    133         static class StringToUIMap 
     133        class StringToUIMap 
    134134        { 
    135135        private: 
     
    321321private: 
    322322        //! Mapped elements, i.e., descendant html tags 
    323         vector<BindingFrame* const> bindedElements; 
     323        vector<BindingFrame*> bindedElements; 
    324324 
    325325protected: