diff options
Diffstat (limited to 'verbly/adjective.h')
-rw-r--r-- | verbly/adjective.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/verbly/adjective.h b/verbly/adjective.h index 58c490e..9d7883f 100644 --- a/verbly/adjective.h +++ b/verbly/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 | { |