mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-20 22:30:05 +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;
|