mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Fix a compiler warning in ReaperEmbeddedViewDemo
This commit is contained in:
parent
56cf81d32b
commit
e1f855ae6d
1 changed files with 4 additions and 0 deletions
|
|
@ -105,6 +105,8 @@ struct EmbeddedViewListener
|
|||
Steinberg::TPtrInt parm3) = 0;
|
||||
};
|
||||
|
||||
JUCE_BEGIN_IGNORE_WARNINGS_GCC_LIKE ("-Wnon-virtual-dtor")
|
||||
|
||||
//==============================================================================
|
||||
class EmbeddedUI : public reaper::IReaperUIEmbedInterface
|
||||
{
|
||||
|
|
@ -138,6 +140,8 @@ private:
|
|||
std::atomic<int> refCount { 1 };
|
||||
};
|
||||
|
||||
JUCE_END_IGNORE_WARNINGS_GCC_LIKE
|
||||
|
||||
//==============================================================================
|
||||
class Editor : public AudioProcessorEditor
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue