Adding objects correctly

This commit is contained in:
Pcornat 2026-02-06 19:17:23 +01:00
commit e8933c5029
Signed by: Pcornat
GPG key ID: E0326CC678A00BDD
2 changed files with 15 additions and 26 deletions

View file

@ -5,11 +5,10 @@
#include <glibmm/refptr.h>
#include <gtkmm/application.h>
#include <gtkmm/checkbutton.h>
#include <billy_objects.hpp>
#include <character_sheet.hpp>
// #include <gtkmm/label.h>
#include <gtkmm/checkbutton.h>
namespace learn_gtkmm4 {
class HelloWorld;