refactor: move around some code
This commit is contained in:
@@ -22,4 +22,8 @@ struct FilterFactory {
|
||||
}
|
||||
return newFilter;
|
||||
}
|
||||
|
||||
static Filter* GetDefaultFilter() {
|
||||
return new LowPassFilter();
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user