mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-17 06:32:36 +01:00
12 lines
326 B
Diff
12 lines
326 B
Diff
--- a/bindings/vala/app.vala
|
|
+++ b/bindings/vala/app.vala
|
|
@@ -819,6 +819,8 @@
|
|
|
|
public struct Options
|
|
{
|
|
+ //FIXME Merge this struct into App class
|
|
+ public int dummy;
|
|
public static bool audible = false;
|
|
public static string? command = null;
|
|
private static string? cjk_ambiguous_width_string = null;
|