chore: fix performance-enum-size warning in gtk client

This commit is contained in:
Charles Kerr 2024-02-13 14:37:09 -06:00
parent d744b9508d
commit 5ce6b562f8
No known key found for this signature in database
GPG Key ID: 86CE40F971A50453
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ Torrent::Columns::Columns()
class Torrent::Impl
{
public:
enum class Property : guint
enum class Property : guint8
{
ICON = 1,
NAME,