pull/121/head
mazgch 2013-12-09 21:28:56 +01:00
parent d0d4476659
commit ea42c3b726
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ This class is not thread-safe, except for the *Abort() methods that can be calle
class USBSerialStream : public IOStream, IUSBHostSerialListener
{
public:
enum { CIRCBUF_SIZE = 127 }
enum { CIRCBUF_SIZE = 127 };
USBSerialStream(IUSBHostSerial& serial);
/*virtual*/ ~USBSerialStream();