diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-04-02 23:44:58 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-04-04 20:48:35 +0200 |
| commit | 48bfa4b2040d2bacd6befdab6c12b2ee3e9be5a1 (patch) | |
| tree | 8a7ae3f46a2f2034d069fceadf67958949a6da8a /src/lib/util.h | |
| parent | b0c9c0470708d0822631b82915f4ed67e5fc7c1b (diff) | |
Add to_upper() method to util.{cc,h}
Diffstat (limited to 'src/lib/util.h')
| -rw-r--r-- | src/lib/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/util.h b/src/lib/util.h index ceb30701c..7f8106f3c 100644 --- a/src/lib/util.h +++ b/src/lib/util.h @@ -122,6 +122,7 @@ extern void copy_in_bits (boost::filesystem::path from, boost::filesystem::path extern dcp::Size scale_for_display (dcp::Size s, dcp::Size display_container, dcp::Size film_container); extern dcp::DecryptedKDM decrypt_kdm_with_helpful_error (dcp::EncryptedKDM kdm); extern boost::filesystem::path default_font_file (); +extern std::string to_upper (std::string s); template <class T> std::list<T> |
