1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-01-02 21:16:04 +00:00

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

View file

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