X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Flyxfind.h;h=0e4887bf3f6c005d6b36d9b8d367dc86ef5d3841;hb=35204f8f33d7400a5fefeffea533fb4cb4097211;hp=8a82caac878c06251190ea40caf07f6f871aa56f;hpb=70d0ba900118ac7e253c1e1969fd7a3d64ec8e03;p=lyx.git diff --git a/src/lyxfind.h b/src/lyxfind.h index 8a82caac87..0e4887bf3f 100644 --- a/src/lyxfind.h +++ b/src/lyxfind.h @@ -19,13 +19,12 @@ #include +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