diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2005-09-05 13:17:59 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2005-09-05 13:17:59 (GMT) |
commit | 4bc584419ec85bfbc1108d45993d730b5c5944b5 (patch) | |
tree | 65c36656fbf6d1f5b3e98b8ff73456acf0936358 /Source/cmXCodeObject.h | |
parent | 496724ced43c4e9d79dc7cd648626019b84959e5 (diff) | |
download | CMake-4bc584419ec85bfbc1108d45993d730b5c5944b5.zip CMake-4bc584419ec85bfbc1108d45993d730b5c5944b5.tar.gz CMake-4bc584419ec85bfbc1108d45993d730b5c5944b5.tar.bz2 |
ENH: fix warnings
Diffstat (limited to 'Source/cmXCodeObject.h')
-rw-r--r-- | Source/cmXCodeObject.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmXCodeObject.h b/Source/cmXCodeObject.h index f759e7f..4bee899 100644 --- a/Source/cmXCodeObject.h +++ b/Source/cmXCodeObject.h @@ -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;} |