Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'intern/audaspace/intern/AUD_NULLDevice.cpp')
-rw-r--r--intern/audaspace/intern/AUD_NULLDevice.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/intern/audaspace/intern/AUD_NULLDevice.cpp b/intern/audaspace/intern/AUD_NULLDevice.cpp
index c3a8c754cb2..78a02d32cdd 100644
--- a/intern/audaspace/intern/AUD_NULLDevice.cpp
+++ b/intern/audaspace/intern/AUD_NULLDevice.cpp
@@ -40,6 +40,10 @@ AUD_NULLDevice::AUD_NULLDevice()
{
}
+AUD_NULLDevice::~AUD_NULLDevice()
+{
+}
+
AUD_DeviceSpecs AUD_NULLDevice::getSpecs() const
{
AUD_DeviceSpecs specs;