about summary refs log tree commit diff stats
path: root/furries.cpp
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2016-03-19 15:20:14 -0400
committerKelly Rauchenberger <fefferburbia@gmail.com>2016-03-19 15:20:14 -0400
commitcc20ae82dd724ec28c34bb2b66eb09693bfaa0f1 (patch)
tree6ef8a5c6583737573324eb25ac3be949138b35c8 /furries.cpp
parentb05c827b850189e3015b06a95757dbad8e0835f1 (diff)
downloadfurries-cc20ae82dd724ec28c34bb2b66eb09693bfaa0f1.tar.gz
furries-cc20ae82dd724ec28c34bb2b66eb09693bfaa0f1.tar.bz2
furries-cc20ae82dd724ec28c34bb2b66eb09693bfaa0f1.zip
Fixed a thing
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 {