mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
Fix friend declaration in WaveView code for non-c++11 builds
This commit is contained in:
parent
6e91ee071c
commit
a1cd4f8dfe
1 changed files with 2 additions and 2 deletions
|
|
@ -280,7 +280,7 @@ private:
|
|||
uint64_t _image_cache_threshold;
|
||||
|
||||
private:
|
||||
friend WaveViewCacheGroup;
|
||||
friend class WaveViewCacheGroup;
|
||||
|
||||
void increase_size (uint64_t bytes);
|
||||
void decrease_size (uint64_t bytes);
|
||||
|
|
@ -338,7 +338,7 @@ public:
|
|||
static void enqueue_draw_request (boost::shared_ptr<WaveViewDrawRequest>&);
|
||||
|
||||
private:
|
||||
friend WaveViewDrawingThread;
|
||||
friend class WaveViewDrawingThread;
|
||||
|
||||
static void wake_up ();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue