mueller/master #37

Closed
muellerr wants to merge 126 commits from mueller/master into eive/develop
356 changed files with 3869 additions and 9289 deletions
Showing only changes of commit 62d109c856 - Show all commits

View File

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