diff options
Diffstat (limited to 'docs/doxygen/other/main_page.dox')
-rw-r--r-- | docs/doxygen/other/main_page.dox | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/doxygen/other/main_page.dox b/docs/doxygen/other/main_page.dox index 3ad9e68021..2f638dec84 100644 --- a/docs/doxygen/other/main_page.dox +++ b/docs/doxygen/other/main_page.dox @@ -376,10 +376,10 @@ Similarly, in C++, we get a reference to the object by explicitly calling for the singleton of the object: \code - gr_prefs *p = gr_prefs::singleton(); + prefs *p = prefs::singleton(); \endcode -The methods associated with this preferences object are (from class gr_prefs): +The methods associated with this preferences object are (from class gr::prefs): \code bool has_section(string section) |