summaryrefslogtreecommitdiff
path: root/vcl/README.lifecycle
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/README.lifecycle')
-rw-r--r--vcl/README.lifecycle2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/README.lifecycle b/vcl/README.lifecycle
index 55ec1606ea84..6b5cbd6e8df4 100644
--- a/vcl/README.lifecycle
+++ b/vcl/README.lifecycle
@@ -25,7 +25,7 @@ various means such as DogTags to try to detect destruction of a window
between calls:
ImplDelData aDogTag( this ); // 'orrible old code
- Show( true, SHOW_NOACTIVATE );
+ Show( true, ShowFlags::NoActivate );
if( !aDogTag.IsDead() ) // did 'this' go invalid yet ?
Update();