Fix a bug with

This commit is contained in:
Grégory Soutadé
2010-09-08 11:02:03 +02:00
parent fc0159fbc5
commit 7edd4854f4
19 changed files with 606 additions and 141 deletions

View File

@@ -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;