Skip to content
Snippets Groups Projects
Commit f369974b authored by Joan Solà Ortega's avatar Joan Solà Ortega
Browse files

Make fcn virtual

parent 7c02c358
No related branches found
No related tags found
1 merge request!358WIP: Resolve "Complete state vector new data structure?"
Pipeline #5386 failed
......@@ -99,7 +99,7 @@ class CaptureBase : public NodeBase, public HasStateBlocks, public std::enable_s
static std::shared_ptr<classType> emplace(FrameBasePtr _frm_ptr, T&&... all);
VectorComposite getCalibration() const;
virtual VectorComposite getCalibration() const;
void getCalibration(VectorComposite& _calib) const;
virtual void printHeader(int depth, //
......
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