API updated

This commit is contained in:
2021-07-21 11:34:18 +02:00
parent 1c9f038e5c
commit 86ae5d03cd

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