diff options
| author | Matthias Radestock <matthias@rabbitmq.com> | 2013-09-02 11:16:12 +0100 |
|---|---|---|
| committer | Matthias Radestock <matthias@rabbitmq.com> | 2013-09-02 11:16:12 +0100 |
| commit | a0c79f5d1f5941c9cb855f90180b071b23f0ef90 (patch) | |
| tree | 2195448cd81a6a0e1a26d71431a7e939bafd498b /src | |
| parent | 635e9c87b3b19be0d6a028b7a4188526d230e31e (diff) | |
| download | rabbitmq-server-git-a0c79f5d1f5941c9cb855f90180b071b23f0ef90.tar.gz | |
add missing type export
this somehow got lost in bug 23958
Diffstat (limited to 'src')
| -rw-r--r-- | src/supervisor2.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/supervisor2.erl b/src/supervisor2.erl index 5a6dc88745..db4c388a90 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. %%-------------------------------------------------------------------------- |
