diff options
Diffstat (limited to 'Source/SPConstants.h')
-rw-r--r-- | Source/SPConstants.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Source/SPConstants.h b/Source/SPConstants.h index ca84e103..a547d6c1 100644 --- a/Source/SPConstants.h +++ b/Source/SPConstants.h @@ -77,13 +77,13 @@ typedef enum // History views typedef enum { - SPHistoryViewStructure = 0, - SPHistoryViewContent = 1, - SPHistoryViewCustomQuery = 2, - SPHistoryViewStatus = 3, - SPHistoryViewRelations = 4, - SPHistoryViewTriggers = 5 -} SPHistoryViewType; + SPTableViewStructure = 0, + SPTableViewContent = 1, + SPTableViewCustomQuery = 2, + SPTableViewStatus = 3, + SPTableViewRelations = 4, + SPTableViewTriggers = 5 +} SPTableViewType; // SSH tunnel password modes typedef enum |