[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

@@ -20,7 +20,7 @@ namespace appl {
public:
// note : if == "" ==> current ...
WorkerCloseFile(const std::string& _bufferName);
virtual ~WorkerCloseFile(void);
virtual ~WorkerCloseFile();
private:
std::string m_bufferName;
appl::Buffer* m_buffer; //!< reference on the buffer (when rename, we have no more reference on the buffer