We need this on one line so the style guidelines check will detect it is a struct
This commit is contained in:
parent
630db4f483
commit
641598a359
1 changed files with 1 additions and 2 deletions
|
@ -17,8 +17,7 @@ int g_argc;
|
|||
char **g_argv;
|
||||
|
||||
|
||||
static const GUID GUID_DEVINTERFACE_USBRAW =
|
||||
{ 0xA5DCBF10L, 0x6530, 0x11D2, { 0x90, 0x1F, 0x00, 0xC0, 0x4F, 0xB9, 0x51, 0xED } };
|
||||
static const GUID GUID_DEVINTERFACE_USBRAW = { 0xA5DCBF10L, 0x6530, 0x11D2, { 0x90, 0x1F, 0x00, 0xC0, 0x4F, 0xB9, 0x51, 0xED } };
|
||||
|
||||
TelldusWinService::TelldusWinService()
|
||||
:tm(0) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue