mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-09 03:52:19 +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;
|
String mStr;
|
||||||
int mGenericCount;
|
int mGenericCount;
|
||||||
|
|
||||||
|
SearchEntry()
|
||||||
|
{
|
||||||
|
mGenericCount = 0;
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue