1
0
Fork 0
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:
Brian Fiete 2020-11-03 08:01:45 -08:00
parent 6302b5e247
commit 07cdbbf142

View file

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