mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Fix for VS2015
This commit is contained in:
parent
117df12136
commit
27df960a52
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ class SparseSet
|
|||
{
|
||||
public:
|
||||
//==============================================================================
|
||||
SparseSet() noexcept = default;
|
||||
SparseSet() noexcept {}
|
||||
|
||||
SparseSet (const SparseSet&) = default;
|
||||
SparseSet& operator= (const SparseSet&) = default;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue