]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/controllers/ControlToc.h
Add a buffer_path arg to InsetGraphicsMailer's params2string, string2params.
[lyx.git] / src / frontends / controllers / ControlToc.h
index edb430db3b8ee802751a1bd698f7cfd1e9640d94..8a236ad25e11e387692e7806eea2fc909ad5b79f 100644 (file)
 #ifndef CONTROLTOC_H
 #define CONTROLTOC_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
-#include <vector>
 #include "ControlCommand.h"
 #include "toc.h"
+#include <vector>
 
 /** A controller for TOC dialogs.
  */
 class ControlToc : public ControlCommand {
 public:
        ///
-       ControlToc(LyXView &, Dialogs &);
+       ControlToc(Dialog &);
 
        /// Goto this paragraph id
-       void goTo(toc::TocItem const &) const;
+       void goTo(toc::TocItem const &);
 
        /// Return the list of types available
        std::vector<string> const getTypes() const;