C++11 VLA usage removed, prettifyed naming.

--HG--
branch : minor
This commit is contained in:
raidho36
2017-07-10 03:14:41 +03:00
parent 157d94fae3
commit 8737e2e70f
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -228,12 +228,12 @@ private:
Filter *directfilter = nullptr;
struct effectmapStorage
struct EffectMapStorage
{
Filter *filter;
ALuint slot, target;
};
std::map<std::string, struct effectmapStorage> effectmap;
std::map<std::string, struct EffectMapStorage> effectmap;
std::stack<ALuint> slotlist;
}; // Source