diff options
Diffstat (limited to 'lib/wx/src/gen/wxPaintDC.erl')
-rw-r--r-- | lib/wx/src/gen/wxPaintDC.erl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/wx/src/gen/wxPaintDC.erl b/lib/wx/src/gen/wxPaintDC.erl index 9e81bc31af..6648f278bb 100644 --- a/lib/wx/src/gen/wxPaintDC.erl +++ b/lib/wx/src/gen/wxPaintDC.erl @@ -54,6 +54,8 @@ startPage/1]). -export_type([wxPaintDC/0]). +-deprecated([new/0]). + %% @hidden parent_class(wxWindowDC) -> true; parent_class(wxDC) -> true; |