fix BarChart

This commit is contained in:
Simon Gardling
2022-02-24 01:13:01 -05:00
parent 28ddc4e900
commit 1d1574a1ed
4 changed files with 19 additions and 7 deletions

View File

@@ -133,6 +133,7 @@ impl Function {
pub fn str_compare(&self, other_string: String) -> bool { self.func_str == other_string }
#[allow(dead_code)]
pub fn get_string(&self) -> String { self.func_str.clone() }
}