summary refs log tree commit diff stats
path: root/adjective.h
diff options
context:
space:
mode:
Diffstat (limited to 'adjective.h')
-rw-r--r--adjective.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/adjective.h b/adjective.h index 58c490e..9d7883f 100644 --- a/adjective.h +++ b/adjective.h
@@ -8,7 +8,7 @@ namespace verbly {
8 int id; 8 int id;
9 9
10 public: 10 public:
11 std::string value; 11 std::string form;
12 12
13 adjective(int id) : id(id) 13 adjective(int id) : id(id)
14 { 14 {