diff --git a/cg/cg5000.cpp b/cg/cg5000.cpp index 8038810a1..44fd3a7ae 100755 --- a/cg/cg5000.cpp +++ b/cg/cg5000.cpp @@ -3,8 +3,8 @@ class CG5_App : public TConfig_application { public: + virtual const char* get_mask_name() const {return "cg5000a";} CG5_App() : TConfig_application(CONFIG_STUDIO) {} - virtual ~CG5_App() {} }; int cg5000 (int argc, char* argv[])