summaryrefslogtreecommitdiff
path: root/CIAO/CCF/CCF/IDL2/SemanticAction/Impl/Native.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/CCF/CCF/IDL2/SemanticAction/Impl/Native.cpp')
-rw-r--r--CIAO/CCF/CCF/IDL2/SemanticAction/Impl/Native.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/CIAO/CCF/CCF/IDL2/SemanticAction/Impl/Native.cpp b/CIAO/CCF/CCF/IDL2/SemanticAction/Impl/Native.cpp
index bb4cf12b9af..162fd1d5bfe 100644
--- a/CIAO/CCF/CCF/IDL2/SemanticAction/Impl/Native.cpp
+++ b/CIAO/CCF/CCF/IDL2/SemanticAction/Impl/Native.cpp
@@ -34,7 +34,8 @@ namespace CCF
SimpleName name (id->lexeme ());
SemanticGraph::Native& n (
- ctx.tu ().new_node<SemanticGraph::Native> ());
+ ctx.tu ().new_node<SemanticGraph::Native> (
+ ctx.file (), id->line ()));
ctx.tu ().new_edge<Defines> (ctx.scope (), n, name);
}