summaryrefslogtreecommitdiff
path: root/src/net/playerhandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2019-06-26 22:37:08 +0300
committerAndrei Karas <akaras@inbox.ru>2019-06-26 22:37:08 +0300
commit653431655169659331999f4f2d63aa05cfcf3134 (patch)
tree64be2e53c95adc1935bcce44154134270d007c90 /src/net/playerhandler.h
parent888c5621cfe3a646f1f21290d3c5cd027eeba0a9 (diff)
downloadplus-653431655169659331999f4f2d63aa05cfcf3134.tar.gz
plus-653431655169659331999f4f2d63aa05cfcf3134.tar.bz2
plus-653431655169659331999f4f2d63aa05cfcf3134.tar.xz
plus-653431655169659331999f4f2d63aa05cfcf3134.zip
Update packet CMSG_SHORTCUTS_ROW_SHIFT
Diffstat (limited to 'src/net/playerhandler.h')
-rw-r--r--src/net/playerhandler.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/net/playerhandler.h b/src/net/playerhandler.h
index 68d80cf66..20e0b8855 100644
--- a/src/net/playerhandler.h
+++ b/src/net/playerhandler.h
@@ -88,7 +88,8 @@ class PlayerHandler notfinal
const int id,
const int level) const = 0;
- virtual void shortcutShiftRow(const int row) const = 0;
+ virtual void shortcutShiftRow(const int row,
+ const int tab) const = 0;
virtual void removeOption() const = 0;