Renames in RicPickEventHandler hierarchy

This commit is contained in:
Gaute Lindkvist
2019-02-06 09:45:30 +01:00
parent 4ec8869743
commit dbe21b7809
20 changed files with 75 additions and 54 deletions

View File

@@ -29,6 +29,6 @@ public:
static RicContourMapPickEventHandler* instance();
protected:
bool handlePickEvent(const Ric3dPickEvent& eventObject) override;
bool handle3dPickEvent(const Ric3dPickEvent& eventObject) override;
};