aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2026-06-11 23:24:33 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2026-06-11 23:24:33 +0200
commit79733579eba476f0bf1a51f2807fb2a2dd4a3aa2 (patch)
treea173632c687f28d1b63f9b27934f5c6608528e87 /src
parent7818a6654c05edafed3b22510c5789c2107bd047 (diff)
parent9f936615e80ec702af7d70c31b832ee1ed41e005 (diff)
downloadayatana-indicator-display-79733579eba476f0bf1a51f2807fb2a2dd4a3aa2.tar.gz
ayatana-indicator-display-79733579eba476f0bf1a51f2807fb2a2dd4a3aa2.tar.bz2
ayatana-indicator-display-79733579eba476f0bf1a51f2807fb2a2dd4a3aa2.zip
Merge branch 'fliiiix-fix-cppcheck-failure'HEADmain
Attributes GH PR #108: https://github.com/AyatanaIndicators/ayatana-indicator-display/pull/108
Diffstat (limited to 'src')
-rw-r--r--src/service.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/service.cpp b/src/service.cpp
index ced370c..251df5b 100644
--- a/src/service.cpp
+++ b/src/service.cpp
@@ -50,9 +50,9 @@ extern "C"
typedef struct
{
- guint nTempLow;
- guint nTempHigh;
- const gchar *sName;
+ guint nTempLow{};
+ guint nTempHigh{};
+ const gchar *sName = nullptr;
} TempProfile;
TempProfile m_lTempProfiles[] =