Abdelrazak Younes <[EMAIL PROTECTED]> writes:

|   private:
|       ///
|       string lang_;
| +     typedef std::map<string, docstring> CacheType;
| +     /// Internal cache for gettext translated strings.
| +     /// This is needed for performance reason within \c updateLabels()
| +     /// under Windows.
| +     mutable CacheType cache_;
|   };

I think the CacheType should be given a "better" name. Just to
describe loosely what kind of a cache it is.

-- 
        Lgb

Reply via email to