summaryrefslogtreecommitdiffstats
path: root/src/ClientID.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ClientID.hpp')
-rw-r--r--src/ClientID.hpp6
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&