]> git.tdb.fi Git - libs/gl.git/blobdiff - source/glsl/finalize.h
Rename LegacyConverter to FeatureConverter
[libs/gl.git] / source / glsl / finalize.h
index 4f6ee4193bd869ba61ace5191cc1cd9382b14b4e..6fa0b094b584953bff323097b8162b393eb9c01c 100644 (file)
@@ -78,7 +78,7 @@ private:
 
 /** Converts structures of the syntax tree to match a particular set of
 features. */
-class LegacyConverter: private TraversingVisitor
+class FeatureConverter: private TraversingVisitor
 {
 private:
        Stage *stage = 0;