mirror of
https://github.com/love2d/love.git
synced 2026-08-14 01:20:56 +02:00
Very minor style cleanup
--HG-- branch : minor
This commit is contained in:
@@ -239,7 +239,7 @@ bool Source::queue(void *, size_t, int, int, int)
|
||||
return false;
|
||||
}
|
||||
|
||||
bool Source::setFilter(std::map<Filter::Parameter, float> &)
|
||||
bool Source::setFilter(const std::map<Filter::Parameter, float> &)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
@@ -259,7 +259,7 @@ bool Source::setSceneEffect(int, int)
|
||||
return false;
|
||||
}
|
||||
|
||||
bool Source::setSceneEffect(int, int, std::map<Filter::Parameter, float> &)
|
||||
bool Source::setSceneEffect(int, int, const std::map<Filter::Parameter, float> &)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user