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_ConverterReader.h')
-rw-r--r--intern/audaspace/intern/AUD_ConverterReader.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/intern/audaspace/intern/AUD_ConverterReader.h b/intern/audaspace/intern/AUD_ConverterReader.h
index f855372b636..ba49bbfd9ba 100644
--- a/intern/audaspace/intern/AUD_ConverterReader.h
+++ b/intern/audaspace/intern/AUD_ConverterReader.h
@@ -44,7 +44,7 @@ private:
/**
* The target specification.
*/
- AUD_Specs m_specs;
+ AUD_DeviceSpecs m_specs;
/**
* Converter function.
@@ -58,7 +58,7 @@ public:
* \param specs The target specification.
* \exception AUD_Exception Thrown if the reader is NULL.
*/
- AUD_ConverterReader(AUD_IReader* reader, AUD_Specs specs);
+ AUD_ConverterReader(AUD_IReader* reader, AUD_DeviceSpecs specs);
/**
* Destroys the reader.
*/