lib: Adding explicit private default constructors to classes which shouldn't be creat...
commitc794a38275b6feabf84ff264e819bd721f6be3d1
authorToby Gray <toby.gray@realvnc.com>
Thu, 7 Jun 2012 14:55:39 +0000 (7 15:55 +0100)
committerChris Frey <cdfrey@foursquare.net>
Mon, 23 Jul 2012 21:35:12 +0000 (23 17:35 -0400)
tree2bb079403c038fbeea154f7ee0497a6c60a8ec58
parent5bc85dd21ce89cb79d998b9b664588a27d4137bd
lib: Adding explicit private default constructors to classes which shouldn't be created using them.

This is needed as some compilers, such as MSCL vs. GCC, disagree on the exact rules when default constructors should be created.
src/controller.h
src/usbwrap.h