diff options
Diffstat (limited to 'Source/TableDocument.m')
-rw-r--r-- | Source/TableDocument.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/TableDocument.m b/Source/TableDocument.m index 36ad7be8..2337961f 100644 --- a/Source/TableDocument.m +++ b/Source/TableDocument.m @@ -254,7 +254,7 @@ NSDictionary *connection = nil; NSDictionary *spf = nil; - NSInteger connectionType; + NSInteger connectionType = -1; // Inform about the data source in the window title bar [tableWindow setTitle:[self displaySPName]]; |