diff options
author | Noel Grandin <noel@peralex.com> | 2015-05-22 12:49:04 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-05-25 10:31:35 +0200 |
commit | b419da0f53cf7f65b1d0c58351176ece23fbfe1f (patch) | |
tree | b29c038348d6aae8e5ec9c0c97ed8eeb41f5cd67 /vcl/README.lifecycle | |
parent | acf5049188e1be0ededc70f9bbedaa0032610680 (diff) |
convert SHOW constants to scoped enum
Change-Id: I2712a0901049885502cade31f9757f712048bb33
Diffstat (limited to 'vcl/README.lifecycle')
-rw-r--r-- | vcl/README.lifecycle | 2 |
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(); |