aboutsummaryrefslogtreecommitdiff
path: root/hardinfo2/hardinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'hardinfo2/hardinfo.h')
-rw-r--r--hardinfo2/hardinfo.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/hardinfo2/hardinfo.h b/hardinfo2/hardinfo.h
index 3bc45959..e05521d3 100644
--- a/hardinfo2/hardinfo.h
+++ b/hardinfo2/hardinfo.h
@@ -56,9 +56,10 @@ struct _ModuleEntry {
};
struct _ModuleAbout {
- gchar *author;
- gchar *version;
- gchar *license;
+ const gchar *description;
+ const gchar *author;
+ const gchar *version;
+ const gchar *license;
};
/* String utility functions */