mirror of
https://github.com/LX3JL/xlxd.git
synced 2025-12-06 07:42:01 +01:00
Add missing base class
This commit is contained in:
parent
6301fe5485
commit
5fc2974f9b
|
|
@ -28,7 +28,7 @@
|
|||
|
||||
#include "csampleprocessor.h"
|
||||
|
||||
class CFIRFilter
|
||||
class CFIRFilter : CSampleProcessor
|
||||
{
|
||||
public :
|
||||
//Constructor
|
||||
|
|
|
|||
Loading…
Reference in a new issue