[STYLE] remove (void) in () to be c++ coherent

This commit is contained in:
2014-05-15 21:37:39 +02:00
parent f1543f6199
commit 2d8c5d588d
60 changed files with 314 additions and 314 deletions

View File

@@ -22,8 +22,8 @@ class MainWindows : public ewol::widget::Windows {
ewol::widget::Label* m_widgetLabelFileName;
public:
// Constructeur
MainWindows(void);
~MainWindows(void);
MainWindows();
~MainWindows();
private:
appl::BufferManager* m_bufferManager; //!< handle on the buffer manager
/**