diff options
Diffstat (limited to 'src/stl_binary_tables.h')
| -rw-r--r-- | src/stl_binary_tables.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/stl_binary_tables.h b/src/stl_binary_tables.h index adaae82..4a6a7d8 100644 --- a/src/stl_binary_tables.h +++ b/src/stl_binary_tables.h @@ -32,7 +32,7 @@ enum DisplayStandard { DISPLAY_STANDARD_LEVEL_1_TELETEXT, DISPLAY_STANDARD_LEVEL_2_TELETEXT }; - + enum LanguageGroup { LANGUAGE_GROUP_LATIN, LANGUAGE_GROUP_LATIN_CYRILLIC, @@ -186,7 +186,7 @@ public: : value (v) , description (d) {} - + T value; std::string description; }; @@ -222,7 +222,7 @@ public: boost::optional<Language> language_description_to_enum (std::string) const; -private: +private: std::map<std::string, STLBinaryCode<DisplayStandard> > _display_standard_map; std::map<std::string, STLBinaryCode<LanguageGroup> > _language_group_map; std::map<std::string, STLBinaryCode<Language> > _language_map; |
