summaryrefslogtreecommitdiff
path: root/tikzit/src/common/ColorRGB.h
diff options
context:
space:
mode:
authorrandomguy3 <randomguy3@7c02a99a-9b00-45e3-bf44-6f3dd7fddb64>2012-03-10 13:37:44 +0000
committerrandomguy3 <randomguy3@7c02a99a-9b00-45e3-bf44-6f3dd7fddb64>2012-03-10 13:37:44 +0000
commite6636042890e1dbfc442dfa0fedd9797c7cb8eff (patch)
tree20ce19e671bdd0e43fceed86172a41724c94926f /tikzit/src/common/ColorRGB.h
parent0cd05a572e48b1e649ecdc8b24920c497e40466e (diff)
Make common code KVC compliant, and implement NSCopying where relevant
git-svn-id: https://tikzit.svn.sourceforge.net/svnroot/tikzit/trunk@420 7c02a99a-9b00-45e3-bf44-6f3dd7fddb64
Diffstat (limited to 'tikzit/src/common/ColorRGB.h')
-rw-r--r--tikzit/src/common/ColorRGB.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tikzit/src/common/ColorRGB.h b/tikzit/src/common/ColorRGB.h
index 1c9b27d..412a1f6 100644
--- a/tikzit/src/common/ColorRGB.h
+++ b/tikzit/src/common/ColorRGB.h
@@ -24,7 +24,7 @@
#import <Foundation/Foundation.h>
#import "RColor.h"
-@interface ColorRGB : NSObject {
+@interface ColorRGB : NSObject<NSCopying> {
unsigned short red, green, blue;
}