diff options
author | stuconnolly <stuart02@gmail.com> | 2012-07-25 10:18:02 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2012-07-25 10:18:02 +0000 |
commit | 29d1b490e1dd9f1300cbdb07f2e204802ab6d5e1 (patch) | |
tree | 567efe982192ca3b7d36646b0955c5946e2b330c /Source/SPSplitView.h | |
parent | 98792afc2acd1348b970f66be35c170b11d8fca1 (diff) | |
download | sequelpro-29d1b490e1dd9f1300cbdb07f2e204802ab6d5e1.tar.gz sequelpro-29d1b490e1dd9f1300cbdb07f2e204802ab6d5e1.tar.bz2 sequelpro-29d1b490e1dd9f1300cbdb07f2e204802ab6d5e1.zip |
Change Sequel Pro's license from GPL (version 2) to MIT.
Diffstat (limited to 'Source/SPSplitView.h')
-rw-r--r-- | Source/SPSplitView.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Source/SPSplitView.h b/Source/SPSplitView.h index 14ea1ee2..1b699671 100644 --- a/Source/SPSplitView.h +++ b/Source/SPSplitView.h @@ -4,7 +4,7 @@ // SPSplitView.h // sequel-pro // -// Created by Rowan Beentje on April 25, 2012 +// Created by Rowan Beentje on April 25, 2012. // Copyright (c) 2012 Rowan Beentje. All rights reserved. // // Permission is hereby granted, free of charge, to any person @@ -30,11 +30,10 @@ // // More info at <http://code.google.com/p/sequel-pro/> -#import <AppKit/NSSplitView.h> - @class SPSplitViewAnimationRetainCycleBypass; -@interface SPSplitView : NSSplitView { +@interface SPSplitView : NSSplitView +{ NSObject *delegate; IBOutlet NSButton *collapseToggleButton; |