]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/gnome/gnomeBC.h
Remove unneeded files, we have switched to use the libglade and there is no
[lyx.git] / src / frontends / gnome / gnomeBC.h
index 15b1157b037f276f998a5dce353138287f707ca9..42c4e528b850bfb9aa0197d7a72179b437a5467c 100644 (file)
@@ -26,7 +26,7 @@
 namespace Gtk {
 class Button;
 class Widget;
-}
+};
 
 class gnomeBC : public GuiBC<Gtk::Button, Gtk::Widget>
 {
@@ -42,7 +42,7 @@ private:
        void setWidgetEnabled(Gtk::Widget * obj, bool enabled);
 
        /// Set the label on the button
-       void setButtonLabel(Gtk::Button * btn, string const & label)
+       void setButtonLabel(Gtk::Button * btn, string const & label);
 };
 
 #endif // GNOMEBC_H