From 5544489096885e4e4be1ab6e54160caaa44c03dc Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Fri, 4 May 2012 14:36:30 +0000 Subject: Add initial support of moving views when renaming a database. Currently not hooked up yet. Part of issue #1235. --- Source/SPTablesList.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/SPTablesList.m') diff --git a/Source/SPTablesList.m b/Source/SPTablesList.m index 690b30d9..3a866bf7 100644 --- a/Source/SPTablesList.m +++ b/Source/SPTablesList.m @@ -1170,7 +1170,7 @@ static NSString *SPDuplicateTable = @"SPDuplicateTable"; /** * Returns the currently selected table type, or -1 if no table or multiple tables are selected */ -- (SPTableType) tableType +- (SPTableType)tableType { return selectedTableType; } -- cgit v1.2.3