--- a/src/glCompiler.cpp Sun Aug 30 05:30:17 2015 +0300
+++ b/src/glCompiler.cpp Sun Aug 30 15:01:10 2015 +0300
@@ -260,7 +260,7 @@
//
void GLCompiler::compileStaged()
{
- RemoveDuplicates (m_staged);
+ removeDuplicates (m_staged);
for (auto it = m_staged.begin(); it != m_staged.end(); ++it)
{