From 75e947fa0021547f460496d1c3aef5b61af4c669 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Sat, 31 Mar 2018 23:05:02 -0400 Subject: Migrated generator to hkutil --- generator/pronunciation.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'generator/pronunciation.h') 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 @@ #include #include +#include namespace verbly { namespace generator { - class database; - class pronunciation { public: @@ -74,7 +73,9 @@ namespace verbly { // Serializer - database& operator<<(database& db, const pronunciation& arg); + hatkirby::database& operator<<( + hatkirby::database& db, + const pronunciation& arg); }; }; -- cgit 1.4.1