diff options
author | stuconnolly <stuart02@gmail.com> | 2010-12-06 20:17:33 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2010-12-06 20:17:33 +0000 |
commit | 7597f69134b039851d5db659ca51ebc734eb5877 (patch) | |
tree | 41548b5300fa56e92400126710f09a2cebed04e6 /Source/SPTreeNode.h | |
parent | e1abafb0d9401c3b62c762921362effabe14f844 (diff) | |
download | sequelpro-7597f69134b039851d5db659ca51ebc734eb5877.tar.gz sequelpro-7597f69134b039851d5db659ca51ebc734eb5877.tar.bz2 sequelpro-7597f69134b039851d5db659ca51ebc734eb5877.zip |
Comments.
Diffstat (limited to 'Source/SPTreeNode.h')
-rw-r--r-- | Source/SPTreeNode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPTreeNode.h b/Source/SPTreeNode.h index 0f11400a..f93157ea 100644 --- a/Source/SPTreeNode.h +++ b/Source/SPTreeNode.h @@ -28,7 +28,7 @@ * * @author Stuart Connolly http://stuconnolly.com/ * - * + * NSTreeNode subclass which adds some convenience methods. */ @interface SPTreeNode : NSTreeNode { |