aboutsummaryrefslogtreecommitdiff
path: root/xsd-frontend
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-03-19 15:51:57 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-03-19 15:51:57 +0200
commit3a757d862b6551607c5b22042437f74ab3c144ee (patch)
tree3c4f4100feb66782c82aaf4ff93d199d31e4f89c /xsd-frontend
parent3717fce14ff732658d542c13890b226c8367e272 (diff)
Remove unneeded virtual function qualifications
Diffstat (limited to 'xsd-frontend')
-rw-r--r--xsd-frontend/semantic-graph/elements.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xsd-frontend/semantic-graph/elements.hxx b/xsd-frontend/semantic-graph/elements.hxx
index 3d8991e..bcbd901 100644
--- a/xsd-frontend/semantic-graph/elements.hxx
+++ b/xsd-frontend/semantic-graph/elements.hxx
@@ -815,13 +815,13 @@ namespace XSDFrontend
class Inherits: public virtual Edge
{
public:
- virtual Type&
+ Type&
base () const
{
return *base_;
}
- virtual Type&
+ Type&
derived () const
{
return *derived_;