IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 26, 2008, 11:11:56 AM (18 years ago)
Author:
Paul Price
Message:

Needed to remove 'const' to compile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/camera/pmFPAfileIO.c

    r18307 r18330  
    921921// XXX this function is only called from pmFPAfileWrite
    922922// XXX for each data type, there should be a function which writes the PHU, if needed
    923 bool pmFPAfileWritePHU(pmFPAfile *file, const pmFPAview *view, const pmConfig *config)
     923bool pmFPAfileWritePHU(pmFPAfile *file, const pmFPAview *view, pmConfig *config)
    924924{
    925925    PS_ASSERT_PTR_NON_NULL(file, false);
Note: See TracChangeset for help on using the changeset viewer.