mirror of
https://github.com/cookiengineer/audacity
synced 2026-04-27 00:07:17 +02:00
11 lines
299 B
C++
11 lines
299 B
C++
/**********************************************************************
|
|
|
|
Audacity: A Digital Audio Editor
|
|
|
|
@file ComponentInterface.cpp
|
|
|
|
**********************************************************************/
|
|
#include "ComponentInterface.h"
|
|
|
|
ComponentInterface::~ComponentInterface() = default;
|