]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
Fix 'static const' warnings with vala 0.33.1
authorRico Tzschichholz <ricotz@ubuntu.com>
Fri, 30 Sep 2016 05:04:17 +0000 (07:04 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Fri, 30 Sep 2016 05:04:17 +0000 (07:04 +0200)
src/doclets/gtkdoc/doclet.vala

index ae6066c841a760a00532263d38f1b74596cf0d93..2d000f6ebcd96f9b17401d1a9e0650285f775910 100644 (file)
@@ -35,7 +35,7 @@ namespace Gtkdoc.Config {
        public static string deprecated_guards;
        public static string ignore_decorators;
 
-       private static const GLib.OptionEntry[] options = {
+       private const GLib.OptionEntry[] options = {
                        { "library", 'l', 0, OptionArg.FILENAME_ARRAY, ref library_filenames, "Shared library path", "FILENAME" },
                        { "ignore-headers", 'x', 0, OptionArg.FILENAME_ARRAY, ref ignore_headers, "A list of header files to not scan", "FILES" },
                        { "deprecated-guards", 'd', 0, OptionArg.STRING, ref deprecated_guards, "A |-separated list of symbols used as deprecation guards", "GUARDS" },