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:
authorJoerg Mueller <nexyon@gmail.com>2012-12-10 20:58:47 +0400
committerJoerg Mueller <nexyon@gmail.com>2012-12-10 20:58:47 +0400
commit245345fba5f44b5c8562c826ca0053fa5bbd2ff3 (patch)
treefb7c6b8eaac7916b387e929f972da150f8ac6d39 /intern/audaspace/FX/AUD_BandpassCalculator.cpp
parente1100cb65565d2218272222fba708da14bc48d94 (diff)
Audaspace:
Implemented forgotten Calculator classes from boost migration.
Diffstat (limited to 'intern/audaspace/FX/AUD_BandpassCalculator.cpp')
-rw-r--r--intern/audaspace/FX/AUD_BandpassCalculator.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/intern/audaspace/FX/AUD_BandpassCalculator.cpp b/intern/audaspace/FX/AUD_BandpassCalculator.cpp
new file mode 100644
index 00000000000..f5bbd63f81c
--- /dev/null
+++ b/intern/audaspace/FX/AUD_BandpassCalculator.cpp
@@ -0,0 +1,5 @@
+#include "AUD_BandpassCalculator.h"
+
+AUD_BandpassCalculator::AUD_BandpassCalculator()
+{
+}