aboutsummaryrefslogtreecommitdiff
path: root/engines/queen/display.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/queen/display.h')
-rw-r--r--engines/queen/display.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/queen/display.h b/engines/queen/display.h
index 8f81f11791..953d8f95e8 100644
--- a/engines/queen/display.h
+++ b/engines/queen/display.h
@@ -20,8 +20,8 @@
*
*/
-#ifndef QUEENDISPLAY_H
-#define QUEENDISPLAY_H
+#ifndef QUEEN_DISPLAY_H
+#define QUEEN_DISPLAY_H
#include "common/str.h"
#include "common/util.h"
@@ -151,7 +151,7 @@ public:
//! change the text color for the specified texts list entry
void textColor(uint16 y, uint8 color) { _texts[y].color = color; }
-
+
//! Set the focus rectangle to the speaking character
void setFocusRect(const Common::Rect& rect);