Ignore:
Timestamp:
2010-05-20T20:51:21+12:00 (14 years ago)
Author:
davidb
Message:

Was surprised to discover some classes that did not correctly specify virtual on its destructor, even though virutal was being used on other methods in the class, or else through inheritance. Now fixed up.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/common-src/src/lib/text_t.cpp

    r20762 r22141  
    724724}
    725725
     726convertclass::~convertclass ()
     727{
     728  // nothing to do
     729}
     730
    726731void convertclass::reset ()
    727732{
     
    742747  start = NULL;
    743748  len = 0;
     749}
     750
     751inconvertclass::~inconvertclass ()
     752{
     753  // nothing to do
    744754}
    745755
     
    845855}
    846856
     857outconvertclass::~outconvertclass ()
     858{
     859  // nothing to do
     860}
     861
     862
    847863void outconvertclass::reset ()
    848864{
Note: See TracChangeset for help on using the changeset viewer.