summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Persch <chpe@src.gnome.org>2021-03-04 23:05:25 +0100
committerChristian Persch <chpe@src.gnome.org>2021-03-04 23:13:21 +0100
commit3ae71a44d354184c4910d9fe401e711a945ea759 (patch)
tree4823f1e0730af4dbfb1bf849fc5387d961e93d46
parentd9e3e449ff15be06c7af8143927aee4445ba6ddd (diff)
downloadvte-0-62.tar.gz
app: Use gboolean for GOptionArg entries of type G_OPTION_ARG_NONEvte-0-62
(cherry picked from commit a96c4b23e015408af5653791a0b45eca4f33e351)
-rw-r--r--src/app/app.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/app.cc b/src/app/app.cc
index 4114356f..ccee6b96 100644
--- a/src/app/app.cc
+++ b/src/app/app.cc
@@ -480,7 +480,7 @@ public:
char* argv[],
GError** error)
{
- bool dummy_bool;
+ gboolean dummy_bool;
char* dummy_string = nullptr;
GOptionEntry const entries[] = {
{ "allow-window-ops", 0, 0, G_OPTION_ARG_NONE, &allow_window_ops,