Changeset 177 for trunk/gsdl/src/recpt


Ignore:
Timestamp:
1999-03-01T12:16:00+13:00 (25 years ago)
Author:
rjmcnab
Message:

Fixed a compiler warning.

File:
1 edited

Legend:

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

    r173 r177  
    1212/*
    1313   $Log$
     14   Revision 1.9  1999/02/28 23:16:00  rjmcnab
     15
     16   Fixed a compiler warning.
     17
    1418   Revision 1.8  1999/02/28 20:00:11  rjmcnab
    1519
     
    119123// true if the display class is needed to output the page content
    120124// The default is to return true.
    121 bool action::uses_display (cgiargsclass &args) {
     125bool action::uses_display (cgiargsclass &/*args*/) {
    122126  return true;
    123127}
Note: See TracChangeset for help on using the changeset viewer.