glsl: replace some more old hash_table uses
[mesa.git] / src / glsl / glsl_types.h
index f54a9393e7335f1240c876a0ebf3679f8b8aae95..93a1d257ad8c955f74010c357fb5aaafbed59089 100644 (file)
@@ -688,7 +688,7 @@ private:
    /** Hash table containing the known interface types. */
    static struct hash_table *interface_types;
 
-   static int record_key_compare(const void *a, const void *b);
+   static bool record_key_compare(const void *a, const void *b);
    static unsigned record_key_hash(const void *key);
 
    /**