mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-25 10:18:34 -06:00
ENH: fix warnings
This commit is contained in:
@@ -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;}
|
||||
|
||||
Reference in New Issue
Block a user