summaryrefslogtreecommitdiff
path: root/tikzit/src/common/NodeStyle.h
diff options
context:
space:
mode:
Diffstat (limited to 'tikzit/src/common/NodeStyle.h')
-rw-r--r--tikzit/src/common/NodeStyle.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tikzit/src/common/NodeStyle.h b/tikzit/src/common/NodeStyle.h
index eed5b32..a78abaa 100644
--- a/tikzit/src/common/NodeStyle.h
+++ b/tikzit/src/common/NodeStyle.h
@@ -34,7 +34,7 @@
which should be implemented in a platform-specific category. For
OS X, this is NodeStyle+Coder.
*/
-@interface NodeStyle : PropertyHolder {
+@interface NodeStyle : PropertyHolder <NSCopying> {
int strokeThickness;
float scale;
ColorRGB *strokeColorRGB;