diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Fl_String.cxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Fl_String.cxx b/src/Fl_String.cxx index a58131e25..693a88286 100644 --- a/src/Fl_String.cxx +++ b/src/Fl_String.cxx @@ -301,8 +301,10 @@ char *Fl_String::data() { /** Return a pointer to the NUL terminated string. + \return reference to non-mutable string - \note same as `const char *Fl_String::data() const` + + \note same as Fl_String::data() const */ const char *Fl_String::c_str() const { return data(); |
