X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FCounters.h;h=536dcc17a6a9321b3226e747dbae9c77aed57ac7;hb=bf2bf2eaedadf39a6398db624c8b6c52099ca31d;hp=f8bb0fa6aa3d9ab9ddf232f9f3f87944654e0731;hpb=05d3a649521e0e8524209ae9deae75c30ff01e93;p=lyx.git diff --git a/src/Counters.h b/src/Counters.h index f8bb0fa6aa..536dcc17a6 100644 --- a/src/Counters.h +++ b/src/Counters.h @@ -239,9 +239,6 @@ private: std::vector counter_stack_; /// Same, but for last layout. std::vector layout_stack_; - - /// - friend void swap(Counters &, Counters &); }; } // namespace lyx