X-Git-Url: http://pileus.org/git/?p=grits;a=blobdiff_plain;f=src%2Fplugins%2Ftest.h;h=4c5579caf747c465bb304b88ea569b2dae0a195d;hp=939e95c334d4dfae3aa149f73a796b92278381c4;hb=c2e39b9d64035038a19d753129cc2124b4ed1382;hpb=ad940f5d65ed4c95f72cac825244cae53dd6c78d diff --git a/src/plugins/test.h b/src/plugins/test.h index 939e95c..4c5579c 100644 --- a/src/plugins/test.h +++ b/src/plugins/test.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009 Andy Spencer + * Copyright (C) 2009-2010 Andy Spencer * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -34,8 +34,7 @@ struct _GisPluginTest { GObject parent_instance; /* instance members */ - GisView *view; - GisOpenGL *opengl; + GisViewer *viewer; }; struct _GisPluginTestClass { @@ -45,6 +44,6 @@ struct _GisPluginTestClass { GType gis_plugin_test_get_type(); /* Methods */ -GisPluginTest *gis_plugin_test_new(GisWorld *world, GisView *view, GisOpenGL *opengl); +GisPluginTest *gis_plugin_test_new(GisViewer *viewer); #endif