summaryrefslogtreecommitdiff
path: root/src/stl_binary_tables.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stl_binary_tables.h')
-rw-r--r--src/stl_binary_tables.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/stl_binary_tables.h b/src/stl_binary_tables.h
index 0a85dd8..3118b02 100644
--- a/src/stl_binary_tables.h
+++ b/src/stl_binary_tables.h
@@ -198,6 +198,9 @@ public:
Comment comment_file_to_enum (int) const;
std::string language_enum_to_file (Language) const;
+ int cumulative_status_enum_to_file (CumulativeStatus) const;
+ int justification_enum_to_file (Justification) const;
+ int comment_enum_to_file (Comment) const;
std::string display_standard_enum_to_description (DisplayStandard) const;
std::string language_group_enum_to_description (LanguageGroup) const;