about summary refs log tree commit diff stats
path: root/furries.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'furries.cpp')
-rw-r--r--furries.cpp2
1 files changed, 1 insertions, 1 deletions
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 {
39 case verbly::token::type::fillin: 39 case verbly::token::type::fillin:
40 { 40 {
41 auto& tkn = *dynamic_cast<verbly::fillin_token*>(it.get()); 41 auto& tkn = *dynamic_cast<verbly::fillin_token*>(it.get());
42 switch (tkn.fillin_type()) 42 switch (tkn.get_fillin_type())
43 { 43 {
44 case verbly::fillin_type::participle_phrase: 44 case verbly::fillin_type::participle_phrase:
45 { 45 {