1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-09 12:02:21 +02:00

Fixed classview search

This commit is contained in:
Brian Fiete 2020-11-03 08:01:45 -08:00
parent 6302b5e247
commit 07cdbbf142

View file

@ -7861,6 +7861,11 @@ public:
{ {
String mStr; String mStr;
int mGenericCount; int mGenericCount;
SearchEntry()
{
mGenericCount = 0;
}
}; };
public: public: