summaryrefslogtreecommitdiff
path: root/orkaudio/BatchProcessing.cpp
diff options
context:
space:
mode:
authorHenri Herscher <henri@oreka.org>2006-08-21 20:59:05 +0000
committerHenri Herscher <henri@oreka.org>2006-08-21 20:59:05 +0000
commitb65a07740585c5eb68a304e44b64201119968464 (patch)
treea42da2bcc6df385a92a3f8d7f8b225b0dc1f34b0 /orkaudio/BatchProcessing.cpp
parente89fef41697a5cc78b69fee37f27a3013bb92ab0 (diff)
orkaudio 0.6 now builds under Linux.
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@329 09dcff7a-b715-0410-9601-b79a96267cd0
Diffstat (limited to 'orkaudio/BatchProcessing.cpp')
-rw-r--r--orkaudio/BatchProcessing.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/orkaudio/BatchProcessing.cpp b/orkaudio/BatchProcessing.cpp
index efad036..0b8a8c9 100644
--- a/orkaudio/BatchProcessing.cpp
+++ b/orkaudio/BatchProcessing.cpp
@@ -71,7 +71,8 @@ void BatchProcessing::ThreadHandler(void *args)
{
CStdString debug;
- TapeProcessorRef batchProcessing = TapeProcessorRegistry::instance()->GetNewTapeProcessor(CStdString("BatchProcessing"));
+ CStdString processorName("BatchProcessing");
+ TapeProcessorRef batchProcessing = TapeProcessorRegistry::instance()->GetNewTapeProcessor(processorName);
if(batchProcessing.get() == NULL)
{
LOG4CXX_ERROR(LOG.batchProcessingLog, "Could not instanciate BatchProcessing");