Changeset 2480


Ignore:
Timestamp:
29/03/2009 14:31:14 (3 years ago)
Author:
chris
Message:

Hopefully fix compile error reported by Mirko on cross-compiler.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/trunk/lib/server/Daemon.cpp

    r2466 r2480  
    690690                                        << mConfigFileName); 
    691691                                std::string errors; 
    692                                 std::auto_ptr<Configuration> pconfig =  
     692                                std::auto_ptr<Configuration> pconfig( 
    693693                                        Configuration::LoadAndVerify( 
    694694                                                mConfigFileName.c_str(), 
    695                                                 GetConfigVerify(), errors); 
     695                                                GetConfigVerify(), errors)); 
    696696 
    697697                                // Got errors? 
Note: See TracChangeset for help on using the changeset viewer.