USBSerial: Add const annotations to writeBlock's buffer
authorBen Gamari <bgamari.foss@gmail.com>
Wed, 6 Mar 2013 22:53:40 +0000 (17:53 -0500)
committerBen Gamari <bgamari.foss@gmail.com>
Wed, 6 Mar 2013 22:53:40 +0000 (17:53 -0500)
commit9bba3e2d267a4f69d64beaf4a998e1c20012fbbb
tree32892125e457821d132676409a304cbede48cc1b
parent60d08333c0f80961cf030ae432024b157004c835
USBSerial: Add const annotations to writeBlock's buffer

This silences a warning. Unless the hardware is doing writes, this
should be correct.
src/libs/USBDevice/USBSerial/USBSerial.cpp
src/libs/USBDevice/USBSerial/USBSerial.h