mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 19:48:20 +02:00
Fixed classview search
This commit is contained in:
parent
6302b5e247
commit
07cdbbf142
1 changed files with 5 additions and 0 deletions
|
@ -7861,6 +7861,11 @@ public:
|
|||
{
|
||||
String mStr;
|
||||
int mGenericCount;
|
||||
|
||||
SearchEntry()
|
||||
{
|
||||
mGenericCount = 0;
|
||||
}
|
||||
};
|
||||
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue