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.cpp

    r1446 r1471  
    832832// String::RemoveEnclosure 
    833833//--------------------------------------------------------------------------- 
    834 bool String::RemoveEnclosure(psz pszLeft, psz pszRight) 
     834bool String::RemoveEnclosure(pcsz pszLeft, pcsz pszRight) 
    835835{ 
    836836  // pcszLeft & pcszRight must have the same length 
Note: See TracChangeset for help on using the changeset viewer.