default to webcam off
This commit is contained in:
@ -21,7 +21,7 @@ class HiddenField {
|
||||
return dynamic_cast<T>(ptr);
|
||||
}
|
||||
template<typename T>
|
||||
T AllocField()
|
||||
T* AllocField()
|
||||
{
|
||||
auto v = new T();
|
||||
SetField(v);
|
||||
|
||||
Reference in New Issue
Block a user