From df5e7ee155351ecd6e7ef52b1764149b5fcb258a Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 4 Jun 2014 10:50:57 +0100 Subject: Add language description -> enum. --- src/stl_binary_tables.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/stl_binary_tables.h') diff --git a/src/stl_binary_tables.h b/src/stl_binary_tables.h index de9634b..1ce7d62 100644 --- a/src/stl_binary_tables.h +++ b/src/stl_binary_tables.h @@ -19,6 +19,7 @@ #include #include +#include namespace sub { @@ -216,6 +217,8 @@ public: std::string justification_enum_to_description (Justification) const; std::string comment_enum_to_description (Comment) const; + boost::optional language_description_to_enum (std::string) const; + private: std::map > _display_standard_map; std::map > _language_group_map; -- cgit v1.2.3