[RAPPS] CMainWindow: make szSearchPattern a member

This commit is contained in:
Giannis Adamopoulos 2019-04-28 16:21:16 +03:00 committed by Mark Jansen
parent ba80f057c5
commit 85d6055201
No known key found for this signature in database
GPG key ID: B39240EE84BEAE8B
3 changed files with 2 additions and 6 deletions

View file

@ -18,8 +18,6 @@ HINSTANCE hInst;
INT SelectedEnumType = ENUM_ALL_INSTALLED;
SETTINGS_INFO SettingsInfo;
ATL::CStringW szSearchPattern;
class CRAppsModule : public CComModule
{
public: