summaryrefslogtreecommitdiff
path: root/src/stl_binary_tables.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-05-30 13:02:29 +0100
committerCarl Hetherington <cth@carlh.net>2014-05-30 13:02:29 +0100
commitb365da4229b2a9d0ceef632af6880a38ecb65325 (patch)
treeb37f7c5d68206c6aab456ec44ac666c7f4b6bdf2 /src/stl_binary_tables.h
parent38a5ff713757b9dc0cb67cb09613182c46dc9657 (diff)
Various fixes to STL read/write.
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;