Ignore:
Timestamp:
2000-02-17T15:33:09+13:00 (24 years ago)
Author:
sjboddie
Message:

minor tidy up - made some function definitions virtual

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/recpt/vlistbrowserclass.cpp

    r824 r934  
    2828/*
    2929   $Log$
     30   Revision 1.7  2000/02/17 02:33:09  sjboddie
     31   minor tidy up - made some function definitions virtual
     32
    3033   Revision 1.6  1999/12/13 02:44:23  davidb
    3134   Better protection when accessing "haschildren"
     
    180183
    181184  if (section.metadata.count("haschildren")>0)
    182     {
    183       haschildren = section.metadata["haschildren"].values[0].getint();
    184     }
    185 
    186   text_t doctype = "";
     185    haschildren = section.metadata["haschildren"].values[0].getint();
     186
     187  text_t doctype;
    187188  if (section.metadata.count("doctype")>0)
    188     {
    189       doctype = section.metadata["doctype"].values[0];
    190     }
     189    doctype = section.metadata["doctype"].values[0];
    191190
    192191  text_t &arg_d = args["d"];
Note: See TracChangeset for help on using the changeset viewer.