Utilize new functions for converting strings to upper/lower case (#2956)

* Utilize new functions for converting strings to upper/lower case

* Adapt to updated file name

* Use new function signature

* Update ghoul
This commit is contained in:
Emma Broman
2023-11-28 14:57:01 +01:00
committed by GitHub
parent 77084147dc
commit c525565e84
32 changed files with 54 additions and 127 deletions

View File

@@ -31,7 +31,7 @@
#include <ghoul/font/font.h>
#include <ghoul/font/fontmanager.h>
#include <ghoul/font/fontrenderer.h>
#include <ghoul/misc/misc.h>
#include <ghoul/misc/stringhelper.h>
namespace {
constexpr openspace::properties::Property::PropertyInfo ShowWhenEnabledInfo = {