On Friday 06 September 2002 1:03 pm, Lars Gullik Bjønnes wrote:

> Ok, the following update seems to fix that problem.
> If you have time, please look at it again.

@@ -191,6 +197,9 @@ private:

        ///
        FloatList floatlist_;
+
+       ///
+       boost::shared_ptr<Counters> ctrs_;

A minor point. Shouldn't this be 
+       boost::shared_ptr<Counters> const ctrs_;

showing future maintainers that you're using the shared_ptr only to avoid 
including counter.h in lyxtextclass.h.

Angus

Reply via email to