API updated

This commit is contained in:
Robin Müller 2021-07-21 11:34:18 +02:00
parent 1c9f038e5c
commit 86ae5d03cd
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814

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_ */