initialize private variable (unit-test)
This commit is contained in:
@@ -86,6 +86,7 @@ template<typename T>
|
||||
class AppendingVectorSink : public VectorSink<T>
|
||||
{
|
||||
public:
|
||||
AppendingVectorSink() { reset (); }
|
||||
void process (AudioGrapher::ProcessContext<T> const & c)
|
||||
{
|
||||
std::vector<T> & data (VectorSink<T>::data);
|
||||
|
||||
Reference in New Issue
Block a user