diff options
Diffstat (limited to 'stdlib/oo.ml')
-rw-r--r-- | stdlib/oo.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/oo.ml b/stdlib/oo.ml index e8795d857..c9ec64ae4 100644 --- a/stdlib/oo.ml +++ b/stdlib/oo.ml @@ -15,5 +15,5 @@ let copy = CamlinternalOO.copy external id : < .. > -> int = "%field1" -let new_method = CamlinternalOO.new_method +let new_method = CamlinternalOO.public_method_label let public_method_label = CamlinternalOO.public_method_label |