Index: trunk/GnssCenter/src/map/svgmap.cpp
===================================================================
--- trunk/GnssCenter/src/map/svgmap.cpp	(revision 5004)
+++ trunk/GnssCenter/src/map/svgmap.cpp	(revision 5011)
@@ -34,5 +34,5 @@
 // Constructor
 /////////////////////////////////////////////////////////////////////////////
-t_svgMap::t_svgMap(QWidget* parent) : QDialog(parent) {
+t_svgMap::t_svgMap(QWidget* parent) : QDialog(parent), t_pluginInterface() {
 
   // Map in Scalable Vector Graphics (svg) Format
Index: trunk/GnssCenter/src/map/svgmap.h
===================================================================
--- trunk/GnssCenter/src/map/svgmap.h	(revision 5004)
+++ trunk/GnssCenter/src/map/svgmap.h	(revision 5011)
@@ -4,4 +4,5 @@
 #include <QtGui>
 #include <QWhatsThis>
+#include "plugininterface.h"
 
 class QwtPlot;
@@ -10,5 +11,5 @@
 namespace GnssCenter {
 
-class t_svgMap : public QDialog {
+class t_svgMap : public QDialog, public t_pluginInterface {
  Q_OBJECT
     
@@ -16,4 +17,5 @@
   t_svgMap(QWidget* parent = 0);
   ~t_svgMap();
+  bool expectInputFile() const {return false;}
    
  public slots:
