mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-06 23:02:42 +02:00
19 lines
216 B
C++
19 lines
216 B
C++
//
|
|
// UserException.cpp
|
|
//
|
|
//
|
|
// Created by Paul Licameli on 11/27/16.
|
|
//
|
|
//
|
|
|
|
#include "Audacity.h"
|
|
#include "UserException.h"
|
|
|
|
UserException::~UserException()
|
|
{
|
|
}
|
|
|
|
void UserException::DelayedHandlerAction()
|
|
{
|
|
}
|