From 5afe88df2538274859a162ffd63ed52118e80c19 Mon Sep 17 00:00:00 2001 From: Thorbjørn Lindeijer Date: Fri, 26 Jan 2024 16:07:54 +0100 Subject: Apply C++11 fixits modernize-use-auto modernize-use-nullptr modernize-use-override modernize-use-using --- src/defaults.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/defaults.h') diff --git a/src/defaults.h b/src/defaults.h index c2372df1..a9532459 100644 --- a/src/defaults.h +++ b/src/defaults.h @@ -25,7 +25,7 @@ #include #include "variabledata.h" -typedef std::map DefaultsData; +using DefaultsData = std::map; DefaultsData* getConfigDefaults(); DefaultsData* getBrandingDefaults(); -- cgit v1.2.3-70-g09d2