ENH: fix warnings

This commit is contained in:
Bill Hoffman
2005-09-05 09:17:59 -04:00
parent 496724ced4
commit 4bc584419e
2 changed files with 1 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ public:
None
};
static const char* PBXTypeNames[];
~cmXCodeObject();
virtual ~cmXCodeObject();
cmXCodeObject(PBXType ptype, Type type);
Type GetType() { return m_Type;}
PBXType GetIsA() { return m_IsA;}