aboutsummaryrefslogtreecommitdiffstats
path: root/lib/wx/c_src/wxe_memory.h
diff options
context:
space:
mode:
authorDan Gudmundsson <[email protected]>2014-06-16 12:17:44 +0200
committerDan Gudmundsson <[email protected]>2014-06-16 12:17:44 +0200
commit4ed5f977ccb48a393fa128283496ac2a24bd11af (patch)
treecd2432d5b289a84d3575202f8d34eeaeb1ffd7e6 /lib/wx/c_src/wxe_memory.h
parenta2a82c3dcf35b9a8e977a35e01a18936be22ea00 (diff)
parenta432f076a6e4a515f1aaf8b786367d5a62ce416a (diff)
downloadotp-4ed5f977ccb48a393fa128283496ac2a24bd11af.tar.gz
otp-4ed5f977ccb48a393fa128283496ac2a24bd11af.tar.bz2
otp-4ed5f977ccb48a393fa128283496ac2a24bd11af.zip
Merge branch 'maint'
Diffstat (limited to 'lib/wx/c_src/wxe_memory.h')
-rw-r--r--lib/wx/c_src/wxe_memory.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/wx/c_src/wxe_memory.h b/lib/wx/c_src/wxe_memory.h
index ec22183bfa..8a48c77154 100644
--- a/lib/wx/c_src/wxe_memory.h
+++ b/lib/wx/c_src/wxe_memory.h
@@ -47,7 +47,8 @@ class wxeRefData {
int type;
// 0 = wxWindow subclasses, 1 = wxObject subclasses
// 2 = wxDialog subclasses, 3 = allocated wxObjects but not returned from new
- // > 3 classes which lack virtual destr, or are supposed to be allocated on
+ // 4 = wxObjects that should always be deleted directly (wxDC derivates)
+ // > 4 classes which lack virtual destr, or are supposed to be allocated on
// the stack
bool alloc_in_erl;
wxeMemEnv *memenv;