From e6e139910e6773f68b8a2818a0529cd5ca37f31a Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 17 Dec 2013 23:16:22 +0300 Subject: add restrict into textdialog. --- src/gui/windows/textdialog.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/gui/windows/textdialog.h') diff --git a/src/gui/windows/textdialog.h b/src/gui/windows/textdialog.h index a5bba14a0..6c18cace2 100644 --- a/src/gui/windows/textdialog.h +++ b/src/gui/windows/textdialog.h @@ -44,8 +44,10 @@ public: * * @see Window::Window */ - TextDialog(const std::string &title, const std::string &msg, - Window *const parent = nullptr, const bool isPassword = false); + TextDialog(const std::string &restrict title, + const std::string &restrict msg, + Window *const parent = nullptr, + const bool isPassword = false); A_DELETE_COPY(TextDialog) -- cgit v1.2.3-70-g09d2