]> git.lyx.org Git - lyx.git/blobdiff - src/insets/mailinset.h
* src/LyXAction.C: mark goto-clear-bookmark as working without buffer
[lyx.git] / src / insets / mailinset.h
index 4d5e6191f77506ae628f41d233d6ade534c34a66..3d4459b92b01698dcc777cd2fe54d8c693e63db7 100644 (file)
@@ -15,6 +15,9 @@
 #include <string>
 
 
+namespace lyx {
+
+
 class InsetBase;
 class Buffer;
 class BufferView;
@@ -45,4 +48,7 @@ void print_mailer_error(std::string const & class_name,
                        int arg_id, std::string const & arg);
 
 
+
+} // namespace lyx
+
 #endif // MAILINSET_H