Skip to content

Commit 3890998

Browse files
authored
Update Common/include/basic_types/ad_structure.hpp
1 parent 7a26ddb commit 3890998

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Common/include/basic_types/ad_structure.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ inline void ResetErrorCounter(ErrorReport& report) {}
322322
* \param[in] report - the ErrorReport whose pointer to its error counter is returned.
323323
* \return Value of the error counter.
324324
*/
325-
inline unsigned long GetErrorCount(ErrorReport& report) { return 0; }
325+
inline unsigned long GetErrorCount(const ErrorReport& report) { return 0; }
326326

327327
/*!
328328
* \brief Pushes back the current tape position to the tape position's vector.

0 commit comments

Comments
 (0)