summaryrefslogtreecommitdiff
path: root/data/cwidget/pod.diff
diff options
context:
space:
mode:
Diffstat (limited to 'data/cwidget/pod.diff')
-rw-r--r--data/cwidget/pod.diff14
1 files changed, 14 insertions, 0 deletions
diff --git a/data/cwidget/pod.diff b/data/cwidget/pod.diff
new file mode 100644
index 000000000..f88c45713
--- /dev/null
+++ b/data/cwidget/pod.diff
@@ -0,0 +1,14 @@
+diff -ur cwidget-0.5.17/src/cwidget/curses++.h cwidget-0.5.17+iPhone/src/cwidget/curses++.h
+--- cwidget-0.5.17/src/cwidget/curses++.h 2014-02-21 04:34:52.000000000 -1000
++++ cwidget-0.5.17+iPhone/src/cwidget/curses++.h 2018-08-30 16:30:44.000000000 -1000
+@@ -58,9 +58,7 @@
+ */
+ attr_t attrs;
+
+- wchtype()
+- {
+- }
++ wchtype() = default;
+
+ wchtype(const wchar_t &_ch, const attr_t &_attrs)
+ :ch(_ch), attrs(_attrs)