summaryrefslogtreecommitdiffstats
path: root/SignalItem.h
diff options
context:
space:
mode:
Diffstat (limited to 'SignalItem.h')
-rw-r--r--SignalItem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/SignalItem.h b/SignalItem.h
index 17cb0e02..865abc3f 100644
--- a/SignalItem.h
+++ b/SignalItem.h
@@ -21,7 +21,7 @@ in the source distribution for its full text.
typedef struct Signal_ {
Object super;
- char* name;
+ const char* name;
int number;
} Signal;