]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetInfo.h
Cleanup mouse/selection/context-menu interactions.
[lyx.git] / src / insets / InsetInfo.h
index 6b62e443862dd96e859581397e37afeb084d504d..0b5dfd191e6e1285f0167d8e57fe1b4d9cb3645f 100644 (file)
@@ -14,8 +14,9 @@
 
 #include "InsetText.h"
 #include "RenderButton.h"
-#include "support/gettext.h"
 #include "Cursor.h"
+
+#include "support/gettext.h"
 #include "support/Translator.h"
 
 /* InsetInfo displays shortcuts, lyxrc, package and textclass 
@@ -84,7 +85,7 @@ public:
        };
 
        ///
-       InsetInfo(BufferParams const & bp, std::string const & info = std::string());
+       InsetInfo(Buffer const & buf, std::string const & info = std::string());
        ///
        Inset * editXY(Cursor & cur, int x, int y);
        ///