aboutsummaryrefslogtreecommitdiff
path: root/graphics/cursorman.h
diff options
context:
space:
mode:
authorMax Horn2011-06-03 23:30:55 +0200
committerMax Horn2011-06-04 11:55:56 +0200
commit91b889e2d36baf8a8e1f56f05f4d063e5ae79849 (patch)
tree556b640ec36bb408f74f0a39845bcb306d5d1a14 /graphics/cursorman.h
parent4b95cf5d1a1ac4fbf91544ef6ab1493ad9dbb775 (diff)
downloadscummvm-rg350-91b889e2d36baf8a8e1f56f05f4d063e5ae79849.tar.gz
scummvm-rg350-91b889e2d36baf8a8e1f56f05f4d063e5ae79849.tar.bz2
scummvm-rg350-91b889e2d36baf8a8e1f56f05f4d063e5ae79849.zip
COMMON: Rename kFeatureCursorHasPalette -> kFeatureCursorPalette
Diffstat (limited to 'graphics/cursorman.h')
-rw-r--r--graphics/cursorman.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/cursorman.h b/graphics/cursorman.h
index 1e7ce83611..543a5d0a5c 100644
--- a/graphics/cursorman.h
+++ b/graphics/cursorman.h
@@ -108,9 +108,9 @@ public:
* Test whether cursor palettes are supported.
*
* This is just an convenience wrapper for checking for
- * OSystem::kFeatureCursorHasPalette to be supported by OSystem.
+ * OSystem::kFeatureCursorPalette to be supported by OSystem.
*
- * @see OSystem::kFeatureCursorHasPalette
+ * @see OSystem::kFeatureCursorPalette
* @see OSystem::hasFeature
*/
bool supportsCursorPalettes();