mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
And another boost/C++11 fix
This fixes Undefined symbols: "ArdourSurface::hash_value(ArdourSurface::NodeState const&)", referenced from: boost::hash<ArdourSurface::NodeState>::operator()(ArdourSurface::NodeState const&) constin client.cc.1.o boost::hash<ArdourSurface::NodeState>::operator()(ArdourSurface::NodeState const&) constin server.cc.1.o
This commit is contained in:
parent
a9c2350e87
commit
63a117bf93
3 changed files with 11 additions and 3 deletions
|
|
@ -76,6 +76,7 @@ public:
|
|||
std::size_t node_addr_hash () const;
|
||||
|
||||
bool operator== (const NodeState& other) const;
|
||||
bool operator< (const NodeState& other) const;
|
||||
|
||||
private:
|
||||
std::string _node;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue