mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-09 12:27:50 -04:00
14 lines
558 B
C++
14 lines
558 B
C++
$NetBSD: patch-libxsd-frontend-1.15.0_xsd-frontend_semantic-graph_schema.hxx,v 1.1 2013/03/24 16:58:28 joerg Exp $
|
|
|
|
--- libxsd-frontend-1.15.0/xsd-frontend/semantic-graph/schema.hxx.orig 2013-03-23 19:41:18.000000000 +0000
|
|
+++ libxsd-frontend-1.15.0/xsd-frontend/semantic-graph/schema.hxx
|
|
@@ -234,7 +234,7 @@ namespace XSDFrontend
|
|
friend class Bits::Graph<SemanticGraph::Node, Edge>;
|
|
|
|
using Scope::add_edge_left;
|
|
- using Node::add_edge_right;
|
|
+ using SemanticGraph::Node::add_edge_right;
|
|
|
|
Void
|
|
add_edge_left (Uses& e)
|