]> Pileus Git - grits/blobdiff - src/gis_test.c
Move in-place includes
[grits] / src / gis_test.c
index fbe46a9354cbde30f732da0227e6e1d2547593c1..d587936a4a82f92833ab372d8e7566dff5a1cafe 100644 (file)
@@ -44,8 +44,8 @@ int main(int argc, char **argv)
        gtk_init(&argc, &argv);
        g_thread_init(NULL);
 
-       GisPrefs   *prefs   = gis_prefs_new("aweather");
-       GisPlugins *plugins = gis_plugins_new();
+       GisPrefs   *prefs   = gis_prefs_new(NULL, NULL);
+       GisPlugins *plugins = gis_plugins_new(NULL);
        GisWorld   *world   = gis_world_new();
        GisView    *view    = gis_view_new();
        GisOpenGL  *opengl  = gis_opengl_new(world, view, plugins);