Update TooltipDialog.h
Remove a line, remove some spacing
This commit is contained in:
parent
be699d3986
commit
eba0bc30a2
|
@ -2,7 +2,6 @@
|
|||
|
||||
#include "stdafx.h"
|
||||
|
||||
|
||||
typedef struct {
|
||||
WORD ctrlId;
|
||||
char* text;
|
||||
|
@ -55,4 +54,4 @@ public:
|
|||
|
||||
#define BEGIN_TOOLTIP_MAP() static const _ToolTipMap* _GetToolTipMap() { static const _ToolTipMap map[] = {
|
||||
#define TOOLTIP(ctrlId, text) { ctrlId, text },
|
||||
#define END_TOOLTIP_MAP() { 0 } }; return map; }
|
||||
#define END_TOOLTIP_MAP() { 0 } }; return map; }
|
||||
|
|
Loading…
Reference in New Issue