diff options
author | Dan Gudmundsson <[email protected]> | 2014-06-16 12:17:44 +0200 |
---|---|---|
committer | Dan Gudmundsson <[email protected]> | 2014-06-16 12:17:44 +0200 |
commit | 4ed5f977ccb48a393fa128283496ac2a24bd11af (patch) | |
tree | cd2432d5b289a84d3575202f8d34eeaeb1ffd7e6 /lib/wx/c_src/wxe_impl.h | |
parent | a2a82c3dcf35b9a8e977a35e01a18936be22ea00 (diff) | |
parent | a432f076a6e4a515f1aaf8b786367d5a62ce416a (diff) | |
download | otp-4ed5f977ccb48a393fa128283496ac2a24bd11af.tar.gz otp-4ed5f977ccb48a393fa128283496ac2a24bd11af.tar.bz2 otp-4ed5f977ccb48a393fa128283496ac2a24bd11af.zip |
Merge branch 'maint'
Diffstat (limited to 'lib/wx/c_src/wxe_impl.h')
-rw-r--r-- | lib/wx/c_src/wxe_impl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/wx/c_src/wxe_impl.h b/lib/wx/c_src/wxe_impl.h index 5b23e1cbbd..57bf2e2dba 100644 --- a/lib/wx/c_src/wxe_impl.h +++ b/lib/wx/c_src/wxe_impl.h @@ -80,6 +80,7 @@ public: int getRef(void * ptr, wxeMemEnv *memenv); void * getPtr(char * bp, wxeMemEnv *memenv); void clearPtr(void *ptr); + wxeRefData * getRefData(void *ptr); void registerPid(char *ptr, ErlDrvTermData pid, wxeMemEnv *memenv); void init_nonconsts(wxeMemEnv *memenv, ErlDrvTermData caller); |