3D Audio GSoC:

Removing unneeded const from Factory::createReader.
This commit is contained in:
2011-06-14 21:22:22 +00:00
parent f3f3bcc45e
commit f8212f4e03
61 changed files with 67 additions and 74 deletions

View File

@@ -37,7 +37,7 @@ AUD_SumFactory::AUD_SumFactory(AUD_Reference<AUD_IFactory> factory) :
{
}
AUD_Reference<AUD_IReader> AUD_SumFactory::createReader() const
AUD_Reference<AUD_IReader> AUD_SumFactory::createReader()
{
std::vector<float> a, b;
a.push_back(1);