Browse Source

Another one

tags/1.9.4
falkTX 10 years ago
parent
commit
1e0e918602
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      source/utils/Lv2AtomQueue.hpp

+ 1
- 1
source/utils/Lv2AtomQueue.hpp View File

@@ -29,7 +29,7 @@ class Lv2AtomRingBufferControl : public RingBufferControl<HeapRingBuffer>
{
public:
Lv2AtomRingBufferControl()
: RingBufferControl(nullptr),
: RingBufferControl<HeapRingBuffer>(nullptr),
fIsDummy(false)
{
fBuffer.size = 0;


Loading…
Cancel
Save