mirror of
https://github.com/cookiengineer/audacity
synced 2026-04-24 15:03:53 +02:00
New library for components
This commit is contained in:
10
libraries/lib-components/ComponentInterface.cpp
Normal file
10
libraries/lib-components/ComponentInterface.cpp
Normal file
@@ -0,0 +1,10 @@
|
||||
/**********************************************************************
|
||||
|
||||
Audacity: A Digital Audio Editor
|
||||
|
||||
@file ComponentInterface.cpp
|
||||
|
||||
**********************************************************************/
|
||||
#include "ComponentInterface.h"
|
||||
|
||||
ComponentInterface::~ComponentInterface() = default;
|
||||
Reference in New Issue
Block a user