diff options
author | Andrei Karas <akaras@inbox.ru> | 2019-09-30 03:27:33 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2019-09-30 03:30:11 +0300 |
commit | bf9fc1de4c53a88a28be48dbf7cf4795199442d4 (patch) | |
tree | 46018d5b85c669961fb2fe6ab8af06f432139999 /src/gui/windows/npcdialog.h | |
parent | fdf8230a80fa418e4b46dc489e5b2dda7901b55c (diff) | |
download | plus-bf9fc1de4c53a88a28be48dbf7cf4795199442d4.tar.gz plus-bf9fc1de4c53a88a28be48dbf7cf4795199442d4.tar.bz2 plus-bf9fc1de4c53a88a28be48dbf7cf4795199442d4.tar.xz plus-bf9fc1de4c53a88a28be48dbf7cf4795199442d4.zip |
Add missing static keywords
Diffstat (limited to 'src/gui/windows/npcdialog.h')
-rw-r--r-- | src/gui/windows/npcdialog.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/windows/npcdialog.h b/src/gui/windows/npcdialog.h index d0e891d91..7f03593eb 100644 --- a/src/gui/windows/npcdialog.h +++ b/src/gui/windows/npcdialog.h @@ -264,9 +264,9 @@ class NpcDialog final : public Window, void deleteSkinControls(); - void restoreVirtuals(); + static void restoreVirtuals(); - std::string complexItemToStr(const ComplexItem *const item); + static std::string complexItemToStr(const ComplexItem *const item); BeingId mNpcId; |