it can't be this easy, can it?

This commit is contained in:
Zachary Pavlov 2009-01-07 04:43:17 +00:00
parent 6203d9e7d1
commit 7a052ec814

View File

@ -222,4 +222,6 @@ make_from_bam(const FactoryParams &params) {
void LensNode::
fillin(DatagramIterator &scan, BamReader *manager) {
PandaNode::fillin(scan, manager);
manager->read_pointer(scan);
}