]> git.lyx.org Git - lyx.git/blobdiff - src/lyx_cb.h
LFUN_UNICODE_INSERT - unicode-insert
[lyx.git] / src / lyx_cb.h
index a9bdde8161d77ea606ba430d659274f0a3a144c5..246799d26ca8ed790efc12f304ed97cd78f32773 100644 (file)
@@ -14,6 +14,8 @@
 
 #include <string>
 
+namespace lyx {
+
 class Buffer;
 class BufferView;
 
@@ -34,4 +36,7 @@ void insertAsciiFile(BufferView * bv, std::string const & f, bool asParagraph);
 std::string getContentsOfAsciiFile(BufferView * bv, std::string const & f, bool asParagraph);
 ///
 void reconfigure(BufferView * bv);
+
+} // namespace lyx
+
 #endif