Ignore:
Timestamp:
09/05/10 13:37:48 (2 years ago)
Author:
Freddie Akeroyd
Message:

Fix const correctness and add additional includes. Refs #229.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/contrib/applications/NXextract/src/base.h

    r1446 r1471  
    237237  /// @param pcszRight list of possible right enclosure chars 
    238238  /// @return true if enclosure was removed 
    239   bool RemoveEnclosure(psz pszLeft, psz pszRight); 
     239  bool RemoveEnclosure(pcsz pszLeft, pcsz pszRight); 
    240240  bool RemoveEnclosure(char cLeft, char cRight); 
    241241 
Note: See TracChangeset for help on using the changeset viewer.