Ignore:
Timestamp:
01/03/2008 22:44:25 (4 years ago)
Author:
chris
Message:

Workaround for (buggy?) gcc not finding inherited Main method on
Windows.

File:
1 edited

Legend:

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

    r1891 r2099  
    4141public: 
    4242 
    43         int Main(const char *DefaultConfigFile, int argc, const char *argv[]); 
     43        virtual int Main(const char *DefaultConfigFile, int argc, 
     44                const char *argv[]); 
    4445 
    4546        /* override this Main() if you want custom option processing: */ 
Note: See TracChangeset for help on using the changeset viewer.