default to webcam off

This commit is contained in:
2025-02-27 04:24:01 -06:00
parent 810d5f580d
commit 3edb909866
3 changed files with 13 additions and 5 deletions

View File

@ -21,7 +21,7 @@ class HiddenField {
return dynamic_cast<T>(ptr);
}
template<typename T>
T AllocField()
T* AllocField()
{
auto v = new T();
SetField(v);