aboutsummaryrefslogtreecommitdiffstats
path: root/lib/dialyzer/src/dialyzer_callgraph.erl
diff options
context:
space:
mode:
authorStavros Aronis <[email protected]>2012-03-05 13:01:11 +0100
committerHenrik Nord <[email protected]>2012-05-21 15:31:22 +0200
commit76b7c72882ee521a7c5a39d33ecf1009a72ee4e3 (patch)
treeb224305134449b3d373a6b247d7a12c9b8d2ffd1 /lib/dialyzer/src/dialyzer_callgraph.erl
parent19f4b4090fd38085d60596b4685c9323501d473e (diff)
downloadotp-76b7c72882ee521a7c5a39d33ecf1009a72ee4e3.tar.gz
otp-76b7c72882ee521a7c5a39d33ecf1009a72ee4e3.tar.bz2
otp-76b7c72882ee521a7c5a39d33ecf1009a72ee4e3.zip
Fix types and specs
Diffstat (limited to 'lib/dialyzer/src/dialyzer_callgraph.erl')
-rw-r--r--lib/dialyzer/src/dialyzer_callgraph.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dialyzer/src/dialyzer_callgraph.erl b/lib/dialyzer/src/dialyzer_callgraph.erl
index 3330ec252d..d6307ec658 100644
--- a/lib/dialyzer/src/dialyzer_callgraph.erl
+++ b/lib/dialyzer/src/dialyzer_callgraph.erl
@@ -64,7 +64,7 @@
put_named_tables/2, put_public_tables/2, put_behaviour_api_calls/2,
get_behaviour_api_calls/1, dispose_race_server/1, duplicate/1]).
--export_type([callgraph/0, mfa_or_funlbl/0]).
+-export_type([callgraph/0, mfa_or_funlbl/0, callgraph_edge/0]).
-include("dialyzer.hrl").