This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
Carla
mirror of
https://github.com/falkTX/Carla
Watch
1
Star
0
Fork
0
Code
Releases
42
Activity
Browse Source
Another one
tags/1.9.4
falkTX
10 years ago
parent
3eb914b4c8
commit
1e0e918602
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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;
Write
Preview
Loading…
Cancel
Save