diff --git a/desmume/src/frontend/modules/osd/agg/aggdraw.h b/desmume/src/frontend/modules/osd/agg/aggdraw.h index 16d4c91c9..2cc385622 100644 --- a/desmume/src/frontend/modules/osd/agg/aggdraw.h +++ b/desmume/src/frontend/modules/osd/agg/aggdraw.h @@ -220,7 +220,7 @@ namespace agg typedef PixFormatSetDeclaration > T_AGG_PF_RGB555; #if defined(WIN32) -typedef PixFormatSetDeclaration > T_AGG_PF_RGBA; +typedef PixFormatSetDeclaration > T_AGG_PF_RGBA; #else typedef PixFormatSetDeclaration > T_AGG_PF_RGBA; #endif