[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

@@ -18,7 +18,7 @@ namespace appl {
static const char* eventSaveDone;
public:
WorkerSaveFile(const std::string& _bufferName, bool _forceSaveAs=true);
virtual ~WorkerSaveFile(void);
virtual ~WorkerSaveFile();
private:
std::string m_bufferName;
ewol::widget::FileChooser* m_chooser; //! pop-up element that is open...