Skip to content

Commit

Permalink
don't hide virtual functions
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Suda committed Oct 4, 2017
1 parent ab5ca17 commit d695c7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Indexing/ResultSubstitution.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class RSProxy
RobSubstitution* tryGetRobSubstitution() { return _subst; }

#if VDEBUG
virtual vstring toString(bool deref){ return _subst->toString(deref); }
vstring toStringDeref(bool deref){ return _subst->toString(deref); }
#endif

private:
Expand Down

0 comments on commit d695c7f

Please sign in to comment.