From f90a5705bd65a4ebb5edc9df003a383039fec555 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sun, 29 Apr 2018 08:17:30 +0200 Subject: Change design, fix crash when closing application --- include/Settings.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'include/Settings.hpp') diff --git a/include/Settings.hpp b/include/Settings.hpp index ab757ec..1228873 100644 --- a/include/Settings.hpp +++ b/include/Settings.hpp @@ -6,5 +6,6 @@ namespace dchat { public: static float getScaling(); + static void setScaling(float scaling); }; } -- cgit v1.2.3