Make Preferences a class

this is going to be modified a lot and passed around,
so avoid making many copies on the stack.
This commit is contained in:
Samantaz Fox 2021-08-08 23:55:09 +02:00
parent ddc3d61510
commit e611e21d02
No known key found for this signature in database
GPG key ID: F42821059186176E

View file

@ -3,7 +3,7 @@
# all the associated validation/parsing routines.
#
struct Preferences
class Preferences
include JSON::Serializable
include YAML::Serializable