Replace NULL by 0

This commit is contained in:
2012-04-30 21:22:52 +02:00
parent 7c932e4f75
commit aafc26c768
5 changed files with 9 additions and 9 deletions

View File

@@ -75,7 +75,7 @@ public:
int MetaAmount(int id);
int MetaPositiveAmount(int id);
int GetAccountAmount(int id, int month, int year, bool* had_values=NULL);
int GetAccountAmount(int id, int month, int year, bool* had_values=0);
void SetAccountAmount(int accountId, int month, int year, int value);
int CalcAccountAmount(int id, int month, int year, bool* had_values);