Format
This commit is contained in:
parent
eb2bfdfce1
commit
21b278d148
2 changed files with 3 additions and 4 deletions
|
|
@ -7,7 +7,6 @@
|
|||
|
||||
|
||||
namespace learn_gtkmm4 {
|
||||
|
||||
class HelloWorld final : public Gtk::ApplicationWindow {
|
||||
public:
|
||||
using Gtk::ApplicationWindow::BaseObjectType;
|
||||
|
|
@ -19,7 +18,6 @@ namespace learn_gtkmm4 {
|
|||
protected:
|
||||
Glib::RefPtr<Gtk::Builder> m_builder;
|
||||
};
|
||||
|
||||
} // learn_gtkmm4
|
||||
|
||||
#endif //LEARNGTK4_HELLO_WORLD_HPP
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue