summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Radestock <matthias@rabbitmq.com>2013-09-02 11:16:12 +0100
committerMatthias Radestock <matthias@rabbitmq.com>2013-09-02 11:16:12 +0100
commit477d581198af34c24a875589cf525f9a55f09c31 (patch)
tree2195448cd81a6a0e1a26d71431a7e939bafd498b
parent8aea89fcda00bf0da6c2958719f30a5fbb898d83 (diff)
downloadrabbitmq-server-477d581198af34c24a875589cf525f9a55f09c31.tar.gz
add missing type export
this somehow got lost in bug 23958
-rw-r--r--src/supervisor2.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/supervisor2.erl b/src/supervisor2.erl
index 5a6dc887..db4c388a 100644
--- a/src/supervisor2.erl
+++ b/src/supervisor2.erl
@@ -85,7 +85,7 @@
%%--------------------------------------------------------------------------
-ifdef(use_specs).
--export_type([child_spec/0, startchild_ret/0, strategy/0]).
+-export_type([child_spec/0, startchild_ret/0, strategy/0, sup_name/0]).
-endif.
%%--------------------------------------------------------------------------