]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/controllers/ControlSearch.h
Add a buffer_path arg to InsetGraphicsMailer's params2string, string2params.
[lyx.git] / src / frontends / controllers / ControlSearch.h
index 14420011f3208d03725f7f24fb5516617db93f13..b0a6d10fed18e174fb583f08ffce4bbc53c94327 100644 (file)
@@ -12,9 +12,6 @@
 #ifndef CONTROLSEARCH_H
 #define CONTROLSEARCH_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 #include "ControlDialog_impl.h"
 #include "LString.h"
@@ -33,7 +30,6 @@ public:
        /// Replaces occurence of string
        void replace(string const & search, string const & replace,
                     bool casesensitive, bool matchword, bool all);
-
 private:
        /// not needed.
        virtual void apply() {}