Merge "Fix an issue with C-compatibility due to a missing tag name"

This commit is contained in:
Treehugger Robot 2020-07-14 22:15:36 +00:00 committed by Gerrit Code Review
commit 37b0d41faf

View file

@ -82,7 +82,7 @@ enum GGLFormatComponentIndex {
GGL_INDEX_CR = 2,
};
typedef struct {
typedef struct GGLFormat {
#ifdef __cplusplus
enum {
ALPHA = GGL_INDEX_ALPHA,