]> Pileus Git - grits/blobdiff - src/plugins/test.h
Update copyright and email address
[grits] / src / plugins / test.h
index 939e95c334d4dfae3aa149f73a796b92278381c4..4c5579caf747c465bb304b88ea569b2dae0a195d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009 Andy Spencer <spenceal@rose-hulman.edu>
+ * Copyright (C) 2009-2010 Andy Spencer <andy753421@gmail.com>
  *
  * 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