Commit 9435cdc
authored
fix One Definition Rule violations (#1242)
>xiphos-4.3.2/src/main/parallel_view.cc:86:15:
>error: ‘no_content’ violates the C++ One Definition Rule [-Werror=odr]
> 86 | extern gchar *no_content;
> | ^
>xiphos-4.3.2/src/main/display.cc:88:14: note: ‘no_content’ was previously declared here
> 88 | const gchar *no_content =
> | ^
Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr>1 parent a61cd42 commit 9435cdc
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| |||
0 commit comments