Fix a bug with
This commit is contained in:
@@ -30,6 +30,8 @@
|
||||
#define APP_VERSION "v0.1 beta"
|
||||
|
||||
class wxUI;
|
||||
class Database;
|
||||
|
||||
class KissCount
|
||||
{
|
||||
public:
|
||||
@@ -82,6 +84,9 @@ public:
|
||||
|
||||
std::map<wxString, double>* GetNotChecked(int month, int year);
|
||||
|
||||
wxFont ExtractFont(wxString strFont);
|
||||
wxString CompactFont(const wxFont& font);
|
||||
|
||||
private:
|
||||
wxUI* _wxUI;
|
||||
Database* _db;
|
||||
|
||||
Reference in New Issue
Block a user