#ifndef MXPARAM_H
#define MXPARAM_H
class MxParam {
public:
virtual ~MxParam() {}
};
#endif // MXPARAM_H