From 7a24b0c3e36b88d679635828d1b18271fdb3e50f Mon Sep 17 00:00:00 2001 From: sdottaka Date: Mon, 22 Jul 2013 00:02:03 +0900 Subject: [PATCH] Fix mixed eol-style --- Src/CCPrompt.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Src/CCPrompt.h b/Src/CCPrompt.h index bbf82cb26..8f48cd8bf 100644 --- a/Src/CCPrompt.h +++ b/Src/CCPrompt.h @@ -41,9 +41,9 @@ public: bool m_bCheckin; private: - CCCPrompt(const CCCPrompt &); - CCCPrompt & operator=(const CCCPrompt &); - + CCCPrompt(const CCCPrompt &); + CCCPrompt & operator=(const CCCPrompt &); + class Impl; boost::scoped_ptr m_pimpl; }; -- 2.11.0