The constant is hardcoded into the executable. You'd need to do a code edit to change it.
The function is virtual though, so if you wanted to change the behavior you could also try replacing the function by writing your own, and editing the virtual function table to point to your function. That still requires an edit to the read only data section though, and it's a lot more work.