diff options
Diffstat (limited to 'src/ClientID.hpp')
-rw-r--r-- | src/ClientID.hpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ClientID.hpp b/src/ClientID.hpp index d73e45e..f918ea4 100644 --- a/src/ClientID.hpp +++ b/src/ClientID.hpp @@ -60,9 +60,9 @@ private: assert(_type == Type::alsa); } - Type _type; ///< Determines which field is active - std::string _jack_name{}; ///< Client name for Type::jack - uint8_t _alsa_id{}; ///< Client ID for Type::alsa + Type _type; ///< Determines which field is active + std::string _jack_name; ///< Client name for Type::jack + uint8_t _alsa_id{}; ///< Client ID for Type::alsa }; inline std::ostream& |