Alfredo Braunstein wrote:
Is there anyone against the following renaming for the sake of consistency
(and austerity) ?

Index: CoordCache.h
===================================================================
--- CoordCache.h        (revision 20023)
+++ CoordCache.h        (working copy)
@@ -130,7 +130,7 @@
        CoordCacheBase<Inset> const & getInsets() const { return insets_; }
        /// A map from (Text, paragraph) pair to screen positions
        ParPosCache & parPos() { return pars_; }
-       ParPosCache const & getParPos() const { return pars_; }
+       ParPosCache const & parPos() const { return pars_; }

FYI, I am going to remove the ParPosCache and transfer that to TextMetrics. So don't waste your time with it ;-)
No objection othewise...

Abdel.

  • Re: renaming Abdelrazak Younes

Reply via email to