]> git.tdb.fi Git - libs/gl.git/blobdiff - source/programdata.h
Introduce a typedef for uniform layout hashes in Program
[libs/gl.git] / source / programdata.h
index f51ad788884aa0ebbbbf545d4a7d8c8cda2da350..6f9242e688928bd9e001f46419a1d04562845471 100644 (file)
@@ -57,7 +57,7 @@ private:
        };
 
        typedef std::map<std::string, Uniform *> UniformMap;
-       typedef std::map<unsigned, Block> BlockMap;
+       typedef std::map<Program::LayoutHash, Block> BlockMap;
 
        // XXX All these mutables are a bit silly, but I'm out of better ideas
        UniformMap uniforms;