diff options
Diffstat (limited to 'src/utils.h')
-rw-r--r-- | src/utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils.h b/src/utils.h index 39a8dc0e..510f8568 100644 --- a/src/utils.h +++ b/src/utils.h @@ -118,7 +118,7 @@ namespace ledger { namespace ledger { void debug_assert(const string& reason, const string& func, - const string& file, unsigned long line); + const string& file, std::size_t line); } #define assert(x) \ |