woops
This commit is contained in:
parent
12909cb3b9
commit
58d9678613
@ -1430,7 +1430,7 @@ class ValidationSet : public StaticLocalDataSet<VALIDATION_SET_ENTRIES> {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
class AutoBlobSet : StaticLocalDataSet<1> {
|
class AutoBlobSet : public StaticLocalDataSet<1> {
|
||||||
public:
|
public:
|
||||||
AutoBlobSet(HasLocalDataPoolIF* owner) : StaticLocalDataSet(owner, AUTO_BLOB_SET_ID) {}
|
AutoBlobSet(HasLocalDataPoolIF* owner) : StaticLocalDataSet(owner, AUTO_BLOB_SET_ID) {}
|
||||||
// Ticks timestamp
|
// Ticks timestamp
|
||||||
|
Loading…
Reference in New Issue
Block a user