Changeset 159 for trunk/src/DBwrapper.h


Ignore:
Timestamp:
09/26/2008 11:32:18 AM (4 years ago)
Author:
guyru
Message:
  • Import settings and highscores to new configuration class.
  • Fix segementation fault caused by trying to close an unopened db in DBwrapper destructor.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/DBwrapper.h

    r15 r159  
    5656        char *m_errmsg; ///< holds the sqllite error messages 
    5757        int m_errorcode; ///< holds the returned sqllite errorcode 
     58        bool db_loaded; 
    5859}; 
    5960 
Note: See TracChangeset for help on using the changeset viewer.