Browse Source

Removed extraneous semicolon

tags/2021-05-28
tpoole 8 years ago
parent
commit
f1e98f54ed
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      modules/juce_core/misc/juce_StdFunctionCompat.h

+ 1
- 1
modules/juce_core/misc/juce_StdFunctionCompat.h View File

@@ -124,7 +124,7 @@ namespace std
template <typename ReturnType, typename... Args>
struct FunctorHolderBase
{
virtual ~FunctorHolderBase() {};
virtual ~FunctorHolderBase() {}
virtual int getSize() const noexcept = 0;
virtual void copy (void*) const = 0;
virtual ReturnType operator()(Args...) = 0;


Loading…
Cancel
Save