mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-14 23:30:23 +02:00
11 lines
301 B
C++
11 lines
301 B
C++
/**********************************************************************
|
|
|
|
Audacity: A Digital Audio Editor
|
|
|
|
@file PluginInterface.cpp
|
|
|
|
**********************************************************************/
|
|
#include "PluginInterface.h"
|
|
|
|
PluginManagerInterface::~PluginManagerInterface() = default;
|