]> git.lyx.org Git - lyx.git/blobdiff - src/lyxfind.h
hopefully fix tex2lyx linking.
[lyx.git] / src / lyxfind.h
index 8a82caac878c06251190ea40caf07f6f871aa56f..0e4887bf3f6c005d6b36d9b8d367dc86ef5d3841 100644 (file)
 
 #include <string>
 
+namespace lyx {
+
 class BufferView;
 class FuncRequest;
 class LyXText;
 
-namespace lyx {
-namespace find {
-
 /** Encode the parameters needed to find \c search as a string
  *  that can be dispatched to the LyX core in a FuncRequest wrapper.
  */
@@ -60,7 +59,6 @@ void replace(BufferView * bv, FuncRequest const &);
 /// find the next change in the buffer
 bool findNextChange(BufferView * bv);
 
-} // namespace find
 } // namespace lyx
 
 #endif // LYXFIND_H