From 3a407bb6b73a186eafd99bcec570f88097c4b2e1 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 4 Sep 2012 19:11:53 +0300 Subject: Add const to more classes. --- src/utils/checkutils.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/utils/checkutils.h') diff --git a/src/utils/checkutils.h b/src/utils/checkutils.h index 6791ff7e0..de5dd8fe2 100644 --- a/src/utils/checkutils.h +++ b/src/utils/checkutils.h @@ -23,8 +23,10 @@ #include -bool reportFalseReal(bool val, const char* file, unsigned line); +bool reportFalseReal(const bool val, const char *const file, + const unsigned line); -bool reportTrueReal(bool val, const char* file, unsigned line); +bool reportTrueReal(const bool val, const char *const file, + const unsigned line); #endif // UTILS_CHECKUTILS_H -- cgit v1.2.3-70-g09d2