summaryrefslogtreecommitdiff
path: root/src/gui/widgets/pincode.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-04-02 04:35:40 +0300
committerAndrei Karas <akaras@inbox.ru>2018-04-02 04:35:40 +0300
commitb9584b9b876709ae97e94929d3904975e8143832 (patch)
tree8b18e38e1000b59258e338189c6e6be2e384d06f /src/gui/widgets/pincode.h
parent5400a3120742494281f6cce43545657432a08f25 (diff)
downloadplus-b9584b9b876709ae97e94929d3904975e8143832.tar.gz
plus-b9584b9b876709ae97e94929d3904975e8143832.tar.bz2
plus-b9584b9b876709ae97e94929d3904975e8143832.tar.xz
plus-b9584b9b876709ae97e94929d3904975e8143832.zip
Fix code style.
Diffstat (limited to 'src/gui/widgets/pincode.h')
-rw-r--r--src/gui/widgets/pincode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/pincode.h b/src/gui/widgets/pincode.h
index d9d542647..41cfbc804 100644
--- a/src/gui/widgets/pincode.h
+++ b/src/gui/widgets/pincode.h
@@ -48,7 +48,7 @@ class Pincode final : public Container,
void action(const ActionEvent &event) override final;
- void shuffle(uint32_t seed);
+ void shuffle(uint32_t seed) const;
static Skin *mSkin;