diff options
author | bamse16 <marius@marius.me.uk> | 2009-06-04 12:44:22 +0000 |
---|---|---|
committer | bamse16 <marius@marius.me.uk> | 2009-06-04 12:44:22 +0000 |
commit | f3e421d2e4ba9ec54878968c34044dce89dc6f09 (patch) | |
tree | 9aef4cc69ef64799984fbc6c27ee2a1bab86078d /Source/SPSSHTunnel.m | |
parent | c9ca5d2a18f7dcbe1915d8602c399f83259a7850 (diff) | |
download | sequelpro-f3e421d2e4ba9ec54878968c34044dce89dc6f09.tar.gz sequelpro-f3e421d2e4ba9ec54878968c34044dce89dc6f09.tar.bz2 sequelpro-f3e421d2e4ba9ec54878968c34044dce89dc6f09.zip |
Added print accesory view with option to Print Backgrounds
Diffstat (limited to 'Source/SPSSHTunnel.m')
-rw-r--r-- | Source/SPSSHTunnel.m | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/SPSSHTunnel.m b/Source/SPSSHTunnel.m index 9568efe6..83beb8a7 100644 --- a/Source/SPSSHTunnel.m +++ b/Source/SPSSHTunnel.m @@ -422,4 +422,9 @@ [NSApp stopModalWithCode:[sender tag]]; } +- (void)dealloc +{ + [super dealloc]; +} + @end |