small fix

This commit is contained in:
2024-09-03 17:35:35 +03:00
parent aa862d8f2c
commit fd51a4935c
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
// TODO: Отложенная передача после завершения приема
class IR_DecoderRaw;
class IR_Encoder : IR_FOX
class IR_Encoder : public IR_FOX
{
friend IR_DecoderRaw;