Skip to content

Commit 2ff0c9e

Browse files
committed
[webgeom] make WebWindowCallback virtaul
Let extend method in derived classes
1 parent 4800997 commit 2ff0c9e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

geom/webviewer/inc/ROOT/RGeomHierarchy.hxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ protected:
3030
RGeomDescription &fDesc; ///<! geometry description, shared with external
3131
std::shared_ptr<RWebWindow> fWebWindow; ///<! web window to show geometry
3232

33-
void WebWindowCallback(unsigned connid, const std::string &arg);
33+
virtual void WebWindowCallback(unsigned connid, const std::string &arg);
3434

3535
void ProcessSignal(const std::string &kind);
3636

0 commit comments

Comments
 (0)