]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insettoc.h
use more specific smart_ptr headers
[lyx.git] / src / insets / insettoc.h
index 349cf61171328c58067a8561300b0cf9f6f37f4d..da097754081752f8a1fe35668b7277e325334736 100644 (file)
@@ -3,10 +3,10 @@
  * ======================================================
  *
  *           LyX, The Document Word Processor
- *      
+ *
  *           Copyright 1995 Matthias Ettrich
  *           Copyright 1996-2001 The LyX Team.
- * 
+ *
  * ====================================================== */
 
 #ifndef INSET_TOC_H
@@ -46,7 +46,7 @@ public:
        ///
        int linuxdoc(Buffer const *, std::ostream &) const;
        ///
-       int DocBook(Buffer const *, std::ostream &) const;
+       int docbook(Buffer const *, std::ostream &) const;
 };
 
 #endif