diff options
Diffstat (limited to 'lib/part.cpp')
| -rw-r--r-- | lib/part.cpp | 8 |
1 files changed, 2 insertions, 6 deletions
| diff --git a/lib/part.cpp b/lib/part.cpp index 2f9db87..e0a260e 100644 --- a/lib/part.cpp +++ b/lib/part.cpp | |||
| @@ -95,12 +95,8 @@ namespace verbly { | |||
| 95 | 95 | ||
| 96 | case part_type::preposition: | 96 | case part_type::preposition: |
| 97 | { | 97 | { |
| 98 | hatkirby::blob_type raw = | 98 | std::string serializedChoices = |
| 99 | std::get<hatkirby::blob_type>(row[5]); | 99 | std::get<std::string>(row[5]); |
| 100 | |||
| 101 | std::string serializedChoices( | ||
| 102 | std::begin(raw), | ||
| 103 | std::end(raw)); | ||
| 104 | 100 | ||
| 105 | variant_ = prep_type { | 101 | variant_ = prep_type { |
| 106 | hatkirby::split<std::vector<std::string>>( | 102 | hatkirby::split<std::vector<std::string>>( |
