Timestamp:
Jul 9, 2009, 10:38:53 AM (16 years ago)
Author:
Frederik Heber <heber@…>
Children:
bd86e8
Parents:
669a7e
Message:

fixed compiler warning: deprecated conversion from string const to char * by changed char* to const char*

  • "hello" represents a const char *. Hence, if we point a char* at it, it may subsequently be altered, which is not allowed due to its const nature. Hence, the warning. However, we do not change the strings anyway, hence changing to const char *.
(No files)

Note: See TracChangeset for help on using the changeset viewer.