summary refs log tree commit diff stats
path: root/lib/part.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/part.h')
-rw-r--r--lib/part.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/part.h b/lib/part.h index 9a01312..7180f57 100644 --- a/lib/part.h +++ b/lib/part.h
@@ -108,7 +108,7 @@ namespace verbly {
108 108
109 // Relationships to other objects 109 // Relationships to other objects
110 110
111 static const field frame; 111 static const field frames;
112 112
113 // Noun synrestr relationship 113 // Noun synrestr relationship
114 114
@@ -123,7 +123,7 @@ namespace verbly {
123 static const field synrestrField; 123 static const field synrestrField;
124 }; 124 };
125 125
126 static const synrestr_field synrestr; 126 static const synrestr_field synrestrs;
127 127
128 private: 128 private:
129 129