aboutsummaryrefslogtreecommitdiffstats
path: root/Source/TableDocument.m
diff options
context:
space:
mode:
Diffstat (limited to 'Source/TableDocument.m')
-rw-r--r--Source/TableDocument.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/TableDocument.m b/Source/TableDocument.m
index 2d75a8d9..36ad7be8 100644
--- a/Source/TableDocument.m
+++ b/Source/TableDocument.m
@@ -1067,7 +1067,7 @@
*/
- (void)refreshCurrentDatabase
{
- NSString *dbName;
+ NSString *dbName = nil;
// Notify listeners that a query has started
[[NSNotificationCenter defaultCenter] postNotificationName:@"SMySQLQueryWillBePerformed" object:self];