]> git.lyx.org Git - lyx.git/blobdiff - src/insets/mailinset.h
Enable convertDefault.sh to run even if its executable bit is not set.
[lyx.git] / src / insets / mailinset.h
index e4d1fe3048b092303ad2cd476d90c8663ec9190a..c492e727c1ad2b5805fa56d111cfff90c05a70a3 100644 (file)
@@ -6,7 +6,7 @@
  *
  * \author Angus Leeming
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
 #ifndef MAILINSET_H
@@ -17,6 +17,8 @@
 
 
 class InsetBase;
+class Buffer;
+class BufferView;
 
 
 class MailInset {
@@ -24,13 +26,13 @@ public:
        ///
        virtual ~MailInset() {};
        ///
-       void showDialog() const;
+       void showDialog(BufferView *) const;
        ///
-       void updateDialog() const;
+       void updateDialog(BufferView *) const;
        ///
        void hideDialog() const;
        ///
-       virtual string const inset2string() const = 0;
+       virtual string const inset2string(Buffer const &) const = 0;
 
 protected:
        ///