#include "Fun.hpp" namespace roza { /*explicit*/ Fun::Fun(std::shared_ptr type) : m_type { type } { } /*virtual*/ Fun::~Fun() { } }