diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/fix/parser.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/fix/parser.hpp b/lib/fix/parser.hpp index 091d8a9..bca5353 100644 --- a/lib/fix/parser.hpp +++ b/lib/fix/parser.hpp @@ -141,7 +141,7 @@ namespace snu::fix { for (auto& ch : in) { - if (ch != soh) + if (ch != visitor::soh) { in_tmp += ch; continue; |
