diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2011-02-06 23:16:23 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2011-02-06 23:16:23 +0100 |
commit | ba11d549dca2a04a220b59aaf9223ee8f7043da0 (patch) | |
tree | a9f53b990de42784a72798c7e479b603a0880b04 /basctl | |
parent | f6ae27e3f17a1cce5040d8e1a93992879a421fcf (diff) |
Some cppcheck cleaning
Diffstat (limited to 'basctl')
-rw-r--r-- | basctl/source/basicide/basobj3.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basctl/source/basicide/basobj3.cxx b/basctl/source/basicide/basobj3.cxx index 6d15f5a9a74f..1bf6081c6f0c 100644 --- a/basctl/source/basicide/basobj3.cxx +++ b/basctl/source/basicide/basobj3.cxx @@ -372,10 +372,10 @@ void BasicStopped( BOOL* pbAppWindowDisabled, *ppSWLockViewCount = 0; // AppWait ? - USHORT nWait = 0; BasicIDEShell* pIDEShell = IDE_DLL()->GetShell(); if( pIDEShell ) { + USHORT nWait = 0; while ( pIDEShell->GetViewFrame()->GetWindow().IsWait() ) { pIDEShell->GetViewFrame()->GetWindow().LeaveWait(); |