make function public

This commit is contained in:
2022-12-14 13:50:57 +01:00
parent 75fc7a056d
commit 2aa4af6974

View File

@ -7,8 +7,8 @@ class TmStoreFrontendSimpleIF {
public:
virtual ~TmStoreFrontendSimpleIF() = default;
private:
virtual MessageQueueId_t getCommandQueue() const = 0;
private:
};
#endif /* FSFW_SRC_FSFW_TMSTORAGE_TMSTOREBACKENDSIMPLEIF_H_ */