From cd74e15feb10f8e4cb3d6aa4b72b4b94b39b4164 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 1 Jul 2017 20:10:21 +0300 Subject: fix code style. --- src/fs/paths.cpp | 2 +- src/gui/windows/chatwindow.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/fs/paths.cpp b/src/fs/paths.cpp index 46eae158e..b53736024 100644 --- a/src/fs/paths.cpp +++ b/src/fs/paths.cpp @@ -33,9 +33,9 @@ #ifdef USE_X11 #include "fs/files.h" -#endif // USE_X11 #include "utils/foreach.h" +#endif // USE_X11 #ifdef __native_client__ #include diff --git a/src/gui/windows/chatwindow.h b/src/gui/windows/chatwindow.h index 2961af9a1..9664bc0ae 100644 --- a/src/gui/windows/chatwindow.h +++ b/src/gui/windows/chatwindow.h @@ -64,7 +64,7 @@ class ChatWindow final : public Window, /** * Constructor. */ - ChatWindow(const std::string &name); + explicit ChatWindow(const std::string &name); A_DELETE_COPY(ChatWindow) -- cgit v1.2.3-70-g09d2