aboutsummaryrefslogtreecommitdiff
path: root/engines/gargoyle/selection.h
diff options
context:
space:
mode:
authordreammaster2018-11-10 05:42:22 +0000
committerPaul Gilbert2018-12-08 19:05:59 -0800
commita8e656a5de01e18697fa4f0086215d11d9143197 (patch)
tree95387943edd3e57d8db031534dc4105de05e525c /engines/gargoyle/selection.h
parent5ddf55da6cb9ba283229d2a06014ab5b88f6bfb4 (diff)
downloadscummvm-rg350-a8e656a5de01e18697fa4f0086215d11d9143197.tar.gz
scummvm-rg350-a8e656a5de01e18697fa4f0086215d11d9143197.tar.bz2
scummvm-rg350-a8e656a5de01e18697fa4f0086215d11d9143197.zip
GLK: astyle formatting
Diffstat (limited to 'engines/gargoyle/selection.h')
-rw-r--r--engines/gargoyle/selection.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/gargoyle/selection.h b/engines/gargoyle/selection.h
index 2d3a208ee4..a82af6d2a0 100644
--- a/engines/gargoyle/selection.h
+++ b/engines/gargoyle/selection.h
@@ -92,13 +92,13 @@ class Selection : public Clipboard, public WindowMask {
public:
/**
* Start selecting an area of the screen
- * @param pos Position to start selection area at
+ * @param pos Position to start selection area at
*/
void startSelection(const Point &pos);
/**
* Move the end point of the selection area
- * @param pos Position to end selection area at
+ * @param pos Position to end selection area at
*/
void moveSelection(const Point &pos);