diff options
Diffstat (limited to 'includes/computer.h')
-rw-r--r-- | includes/computer.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/includes/computer.h b/includes/computer.h index d01e1f2f..25da8e27 100644 --- a/includes/computer.h +++ b/includes/computer.h @@ -90,7 +90,7 @@ struct _Computer { gchar *date_time; }; -#include "ubuntu_flavors.h" +#include "distro_flavors.h" struct _OperatingSystem { gchar *kernel; @@ -112,9 +112,7 @@ struct _OperatingSystem { gchar *entropy_avail; - /* perhaps this could union with a flavors/spins - * pointer for other distro families */ - const UbuntuFlavor* ubuntu_flavor; + const DistroFlavor* distro_flavor; }; struct _MemoryInfo { |