[DEV] coding style review

This commit is contained in:
2013-10-09 22:00:24 +02:00
parent d677075e16
commit 730f637695
30 changed files with 611 additions and 832 deletions

View File

@@ -16,7 +16,7 @@
class Search : public widget::Sizer
{
private:
bool m_forward;
bool m_forward;
widget::Entry * m_searchEntry;
widget::Entry * m_replaceEntry;
public: