diff options
Diffstat (limited to 'generator/pronunciation.h')
| -rw-r--r-- | generator/pronunciation.h | 7 |
1 files changed, 4 insertions, 3 deletions
| diff --git a/generator/pronunciation.h b/generator/pronunciation.h index 81be6c4..163e55e 100644 --- a/generator/pronunciation.h +++ b/generator/pronunciation.h | |||
| @@ -3,12 +3,11 @@ | |||
| 3 | 3 | ||
| 4 | #include <string> | 4 | #include <string> |
| 5 | #include <cassert> | 5 | #include <cassert> |
| 6 | #include <hkutil/database.h> | ||
| 6 | 7 | ||
| 7 | namespace verbly { | 8 | namespace verbly { |
| 8 | namespace generator { | 9 | namespace generator { |
| 9 | 10 | ||
| 10 | class database; | ||
| 11 | |||
| 12 | class pronunciation { | 11 | class pronunciation { |
| 13 | public: | 12 | public: |
| 14 | 13 | ||
| @@ -74,7 +73,9 @@ namespace verbly { | |||
| 74 | 73 | ||
| 75 | // Serializer | 74 | // Serializer |
| 76 | 75 | ||
| 77 | database& operator<<(database& db, const pronunciation& arg); | 76 | hatkirby::database& operator<<( |
| 77 | hatkirby::database& db, | ||
| 78 | const pronunciation& arg); | ||
| 78 | 79 | ||
| 79 | }; | 80 | }; |
| 80 | }; | 81 | }; |
