Skip to content
Snippets Groups Projects
Commit 3d89e854 authored by William F Godoy's avatar William F Godoy
Browse files

Removed BP3Base template struct defaults

parent 43fa649f
No related branches found
No related tags found
1 merge request!297Variable string type support
......@@ -324,9 +324,9 @@ protected:
{
uint64_t Offset;
uint64_t PayloadOffset;
T Min = T();
T Max = T();
T Value = T();
T Min;
T Max;
T Value;
std::vector<T> Values;
uint32_t Step;
uint32_t FileIndex;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment