diff --git a/PGMWrap.h b/PGMWrap.h index 39a7abf..b879013 100644 --- a/PGMWrap.h +++ b/PGMWrap.h @@ -38,7 +38,7 @@ namespace pgmtools{ } }; - template< typename T > + template< typename T > struct PGMSingleByte{ T PGMRead( const PGMWrap *data ){ return pgm_read_byte(data); } };