fix(win): complie error.

This commit is contained in:
TinyOh 2019-02-11 13:38:28 +08:00
parent 56212380e4
commit 13bdcf24bd

View File

@ -146,7 +146,7 @@ class SyntheticProcessorPart {
inline std::vector<Synthetic::stream_control_t> getTargetStreams() { inline std::vector<Synthetic::stream_control_t> getTargetStreams() {
return target_streams_; 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); target_streams_.push_back(strm);
} }