This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
JUCE
mirror of
https://github.com/DISTRHO/JUCE
Watch
1
Star
0
Fork
0
Code
Releases
1
Activity
Browse Source
Change to avoid MSVC warnings.
tags/2021-05-28
Julian Storer
16 years ago
parent
80753f4c03
commit
aa91094a4e
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
juce_amalgamated.h
+1
-1
src/containers/juce_ArrayAllocationBase.h
+ 1
- 1
juce_amalgamated.h
View File
@@ -2842,7 +2842,7 @@ protected:
}
/** Destructor. */
virtual
~ArrayAllocationBase()
~ArrayAllocationBase()
{
delete[] elements;
}
+ 1
- 1
src/containers/juce_ArrayAllocationBase.h
View File
@@ -63,7 +63,7 @@ protected:
}
/** Destructor. */
virtual
~ArrayAllocationBase()
~ArrayAllocationBase()
{
delete[] elements;
}
Write
Preview
Loading…
Cancel
Save