[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

@@ -15,8 +15,8 @@
namespace appl {
class WorkerSaveAllFile : public ewol::Object {
public:
WorkerSaveAllFile(void);
virtual ~WorkerSaveAllFile(void);
WorkerSaveAllFile();
virtual ~WorkerSaveAllFile();
private:
std::vector<std::string> m_bufferNameList;
appl::WorkerSaveFile* m_worker; //! pop-up element that is open...