source:
dev/trunk/ab5.0/abdev/ab_common/src/Lexical/Template.cpp@
637
Last change on this file since 637 was 632, checked in by , 16 years ago | |
---|---|
File size: 119 bytes |
Line | |
---|---|
1 | #include "stdafx.h" |
2 | |
3 | ExpandedTemplateClass::~ExpandedTemplateClass() |
4 | { |
5 | if( pClass ) |
6 | { |
7 | delete pClass; |
8 | } |
9 | } |
Note:
See TracBrowser
for help on using the repository browser.