Ignore:
Timestamp:
1999-01-12T14:51:02+13:00 (25 years ago)
Author:
rjmcnab
Message:

Standard header.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/lib/gsdlunicode.h

    r100 r111  
    5757public:
    5858  rzwsoutconvertclass () {rzws = 0;};
    59   set_rzws (int new_rzws) {rzws = new_rzws;};
     59  void set_rzws (int new_rzws) {rzws = new_rzws;};
    6060
    6161protected:
     
    123123public:
    124124  mapinconvertclass();
     125  virtual ~mapinconvertclass() {};
    125126
    126127  // loadmapfile should be called before any conversion takes
     
    159160public:
    160161  mapoutconvertclass ();
     162  virtual ~mapoutconvertclass() {};
    161163
    162164  // loadmapfile should be called before any conversion takes
Note: See TracChangeset for help on using the changeset viewer.