Skip to content

Commit f56c8b0

Browse files
BinExport Authorscopybara-github
authored andcommitted
Fully qualify global namespace types in binexport2_writer.h.
PiperOrigin-RevId: 485022723 Change-Id: I64be41c7abae8bd6eb8b611c10174dca1b7b7920
1 parent 6abcb76 commit f56c8b0

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

binexport2_writer.h

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,15 @@ class BinExport2Writer : public Writer {
3030
const std::string& executable_hash,
3131
const std::string& architecture);
3232

33-
absl::Status Write(const CallGraph& call_graph, const FlowGraph& flow_graph,
34-
const Instructions& instructions,
33+
absl::Status Write(const ::CallGraph& call_graph,
34+
const ::FlowGraph& flow_graph,
35+
const ::Instructions& instructions,
3536
const AddressReferences& address_references,
3637
const AddressSpace& address_space) override;
3738

38-
absl::Status WriteToProto(const CallGraph& call_graph,
39-
const FlowGraph& flow_graph,
40-
const Instructions& instructions,
39+
absl::Status WriteToProto(const ::CallGraph& call_graph,
40+
const ::FlowGraph& flow_graph,
41+
const ::Instructions& instructions,
4142
const AddressReferences& address_references,
4243
const AddressSpace& address_space,
4344
BinExport2* proto) const;

0 commit comments

Comments
 (0)