Skip to content

Commit

Permalink
fix compilation problem
Browse files Browse the repository at this point in the history
  • Loading branch information
Clément BRUGUERA committed Dec 3, 2020
1 parent b82daad commit 41bae43
Showing 1 changed file with 1 addition and 1 deletion.
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 cont &name;
};
static const pa_type_map_pair_t _pa_type_map[];

Expand Down

1 comment on commit 41bae43

@clebig
Copy link
Contributor

@clebig clebig commented on 41bae43 Dec 3, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fix proposal for issue #26

Please sign in to comment.