diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2016-03-19 15:20:14 -0400 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2016-03-19 15:20:14 -0400 |
commit | cc20ae82dd724ec28c34bb2b66eb09693bfaa0f1 (patch) | |
tree | 6ef8a5c6583737573324eb25ac3be949138b35c8 /furries.cpp | |
parent | b05c827b850189e3015b06a95757dbad8e0835f1 (diff) | |
download | furries-cc20ae82dd724ec28c34bb2b66eb09693bfaa0f1.tar.gz furries-cc20ae82dd724ec28c34bb2b66eb09693bfaa0f1.tar.bz2 furries-cc20ae82dd724ec28c34bb2b66eb09693bfaa0f1.zip |
Fixed a thing
Diffstat (limited to 'furries.cpp')
-rw-r--r-- | furries.cpp | 2 |
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 | { |