diff --git a/Buffer.h b/Buffer.h index 09ddf271..b6d730a8 100644 --- a/Buffer.h +++ b/Buffer.h @@ -11,7 +11,7 @@ public: CBufLine(const string& sPre, const string& sPost); virtual ~CBufLine(); void GetLine(const string& sTarget, string& sRet); - + private: protected: string m_sPre; @@ -42,4 +42,3 @@ protected: }; #endif // !_BUFFER_H - diff --git a/Chan.cpp b/Chan.cpp index 8b5a1c68..80c5c701 100644 --- a/Chan.cpp +++ b/Chan.cpp @@ -407,4 +407,3 @@ int CChan::AddBuffer(const string& sLine) { void CChan::ClearBuffer() { m_vsBuffer.clear(); } -