Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion host/power_amp.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class power_amp {
// Map PA types to string names
struct pa_type_map_pair_t {
pa_type_t type;
std::string name;
std::string const &name;
};
static const pa_type_map_pair_t _pa_type_map[];

Expand Down