correct termination of streaming destination

This commit is contained in:
orignal 2020-02-15 16:30:10 -05:00
parent 09ed57ad42
commit 32e2f0b1fa
2 changed files with 4 additions and 3 deletions

View file

@ -180,7 +180,6 @@ namespace stream
int GetWindowSize () const { return m_WindowSize; };
int GetRTT () const { return m_RTT; };
/** don't call me */
void Terminate ();
private: