fix(win): complie error.
This commit is contained in:
parent
56212380e4
commit
13bdcf24bd
|
@ -146,7 +146,7 @@ class SyntheticProcessorPart {
|
|||
inline std::vector<Synthetic::stream_control_t> getTargetStreams() {
|
||||
return target_streams_;
|
||||
}
|
||||
inline Stream addTargetStreams(const Synthetic::stream_control_t& strm) {
|
||||
inline void addTargetStreams(const Synthetic::stream_control_t& strm) {
|
||||
target_streams_.push_back(strm);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user