- Now maps unsupported duration values to supported values.
This commit is contained in:
Paul Beckingham
2014-07-03 13:38:18 -04:00
parent 140757cfe1
commit b7c2fd0d9c
3 changed files with 58 additions and 9 deletions

View File

@@ -86,6 +86,8 @@ void legacySortColumnMap (std::string&);
std::string legacyCheckForDeprecatedColor ();
std::string legacyCheckForDeprecatedVariables ();
std::string legacyCheckForDeprecatedColumns ();
void legacyAttributeMap (std::string&);
void legacyValueMap (const std::string&, std::string&);
// list template
///////////////////////////////////////////////////////////////////////////////