Used RawPacketType alias

This commit is contained in:
Nav
2022-04-08 23:39:51 +01:00
parent 603bc5423b
commit 0655f058ef
25 changed files with 25 additions and 25 deletions

View File

@@ -22,7 +22,7 @@ namespace Bloom::DebugServer::Gdb::CommandPackets
class SupportedFeaturesQuery: public CommandPacket
{
public:
explicit SupportedFeaturesQuery(const std::vector<unsigned char>& rawPacket);
explicit SupportedFeaturesQuery(const RawPacketType& rawPacket);
[[nodiscard]] bool isFeatureSupported(const Feature& feature) const {
return this->supportedFeatures.find(feature) != this->supportedFeatures.end();