Changeset 5055 in ntrip for trunk/GnssCenter/svgmap


Ignore:
Timestamp:
Mar 28, 2013, 7:11:20 PM (11 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GnssCenter/svgmap/svgmap.h

    r5053 r5055  
    4949 Q_INTERFACES(GnssCenter::t_pluginFactoryInterface)
    5050 public:
    51   t_pluginInterface* create() {return new t_svgMap();}
     51  virtual t_pluginInterface* create() {return new t_svgMap();}
     52  virtual QString getName() const {return QString("Map");}
    5253};
    5354
Note: See TracChangeset for help on using the changeset viewer.