Skip to content

Commit 5d10535

Browse files
author
Ralf W. Grosse-Kunstleve
committed
missing const added (MIPSpro 7.3 warning)
[SVN r33165]
1 parent 0a38ca1 commit 5d10535

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/module_tail.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ struct test_failure : std::exception
3838

3939
~test_failure() throw() {}
4040

41-
char const* what() throw()
41+
char const* what() const throw()
4242
{
4343
return boost::python::extract<char const*>(msg)();
4444
}

0 commit comments

Comments
 (0)