From cc20ae82dd724ec28c34bb2b66eb09693bfaa0f1 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Sat, 19 Mar 2016 15:20:14 -0400 Subject: Fixed a thing --- furries.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'furries.cpp') diff --git a/furries.cpp b/furries.cpp index 9f95dc9..e09732c 100644 --- a/furries.cpp +++ b/furries.cpp @@ -39,7 +39,7 @@ class fill_blanks { case verbly::token::type::fillin: { auto& tkn = *dynamic_cast(it.get()); - switch (tkn.fillin_type()) + switch (tkn.get_fillin_type()) { case verbly::fillin_type::participle_phrase: { -- cgit 1.4.1