# HG changeset patch # User Tom Sutcliffe # Date 1286465009 -3600 # Node ID 91da8db1df45df539265fb0b282187d4ee67f42c # Parent 72ffa331d78db661d1993e9442edfb018394e878 Hack for broken usbclassuids.h header. diff -r 72ffa331d78d -r 91da8db1df45 plugins/consoles/vt100cons/src/usb/vtc_usb.cpp --- a/plugins/consoles/vt100cons/src/usb/vtc_usb.cpp Tue Sep 28 17:03:08 2010 +0100 +++ b/plugins/consoles/vt100cons/src/usb/vtc_usb.cpp Thu Oct 07 16:23:29 2010 +0100 @@ -15,6 +15,8 @@ #include "vtc_usb.h" #include +; // This semicolon is to hack around usbclassuids.h having a typo in it that *still* isn't fixed in s60\tb92 and ncp builds... + EXPORT_C TAny* NewConsole() { return new CUsbConsole;