]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/Toolbar.h
We don't currently use fork anywhere (or if we do it's by mistake!), so
[lyx.git] / src / frontends / Toolbar.h
index 121f3cecc1dff7a64feefc37355e992f887d5ddc..bee96e3ee5f4f4e14c9fb95e899b914f55ee75c7 100644 (file)
@@ -4,9 +4,9 @@
  * 
  *           LyX, The Document Processor
  *           Copyright 1995 Matthias Ettrich
- *           Copyright 1995-2000 The LyX Team.
+ *           Copyright 1995-2001 The LyX Team.
  *
- *           This file is Copyright 1996-2000
+ *           This file is Copyright 1996-2001
  *           Lars Gullik Bjønnes
  *
  * ====================================================== */
@@ -64,7 +64,9 @@ public:
 
 private:
        struct Pimpl;
+       ///
        friend struct Toolbar::Pimpl;
+       ///
        Pimpl * pimpl_;
 };
 #endif