mueller/master #37

Closed
muellerr wants to merge 126 commits from mueller/master into eive/develop
338 changed files with 3351 additions and 9269 deletions
Showing only changes of commit 86ae5d03cd - Show all commits

View File

@@ -7,8 +7,7 @@
*/ */
class FileSystemArgsIF { class FileSystemArgsIF {
public: public:
FileSystemArgsIF(); virtual~ FileSystemArgsIF() {};
virtual~ FileSystemArgsIF();
}; };
#endif /* FSFW_SRC_FSFW_MEMORY_FILESYSTEMARGS_H_ */ #endif /* FSFW_SRC_FSFW_MEMORY_FILESYSTEMARGS_H_ */