mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-09 08:57:44 +02:00
11 lines
299 B
C++
11 lines
299 B
C++
/**********************************************************************
|
|
|
|
Audacity: A Digital Audio Editor
|
|
|
|
@file ConfigInterface.cpp
|
|
|
|
**********************************************************************/
|
|
#include "ConfigInterface.h"
|
|
|
|
ConfigClientInterface::~ConfigClientInterface() = default;
|