]> git.lyx.org Git - lyx.git/blobdiff - src/insets/mailinset.h
The speed patch: redraw only rows that have changed
[lyx.git] / src / insets / mailinset.h
index 3e7622df20b663ba230d0b71541284160772818a..4d5e6191f77506ae628f41d233d6ade534c34a66 100644 (file)
@@ -40,5 +40,9 @@ protected:
        virtual std::string const & name() const = 0;
 };
 
+void print_mailer_error(std::string const & class_name,
+                       std::string const & data,
+                       int arg_id, std::string const & arg);
+
 
 #endif // MAILINSET_H