diff options
Diffstat (limited to 'Source/SPNavigatorController.h')
-rw-r--r-- | Source/SPNavigatorController.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Source/SPNavigatorController.h b/Source/SPNavigatorController.h index 2c6c88b9..061ebd86 100644 --- a/Source/SPNavigatorController.h +++ b/Source/SPNavigatorController.h @@ -56,6 +56,14 @@ BOOL ignoreUpdate; BOOL isFiltered; + NSImage *connectionIcon; + NSImage *databaseIcon; + NSImage *tableIcon; + NSImage *viewIcon; + NSImage *procedureIcon; + NSImage *functionIcon; + NSImage *fieldIcon; + Class NSDictionaryClass; } |