added override to MBDynElement to make mac happy
This commit is contained in:
@@ -5,3 +5,7 @@ using namespace MbD;
|
||||
void MbD::MBDynElement::initialize()
|
||||
{
|
||||
}
|
||||
|
||||
void MBDynElement::parseMBDyn(std::vector<std::string> &lines) {
|
||||
MBDynItem::parseMBDyn(lines);
|
||||
}
|
||||
|
||||
@@ -13,6 +13,7 @@ namespace MbD {
|
||||
class MBDynElement : public MBDynItem
|
||||
{
|
||||
public:
|
||||
void parseMBDyn(std::vector<std::string>& lines) override;
|
||||
void initialize() override;
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user