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/FX/AUD_AccumulatorFactory.h')
-rw-r--r--intern/audaspace/FX/AUD_AccumulatorFactory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/audaspace/FX/AUD_AccumulatorFactory.h b/intern/audaspace/FX/AUD_AccumulatorFactory.h
index becd5d9aaee..c147d1226e5 100644
--- a/intern/audaspace/FX/AUD_AccumulatorFactory.h
+++ b/intern/audaspace/FX/AUD_AccumulatorFactory.h
@@ -57,7 +57,7 @@ public:
*/
AUD_AccumulatorFactory(AUD_Reference<AUD_IFactory> factory, bool additive = false);
- virtual AUD_Reference<AUD_IReader> createReader() const;
+ virtual AUD_Reference<AUD_IReader> createReader();
};
#endif //AUD_ACCUMULATORFACTORY