Fix copy assignment

This commit is contained in:
Gavin MacGregor
2025-04-02 19:05:22 +01:00
parent cc5219a16b
commit 3f93da8c1a
3 changed files with 2 additions and 3 deletions

View File

@@ -40,7 +40,6 @@ protected:
bool packetFromEnhancementListNeeded(int n) const { return ((m_enhancements.size()+12) / 13) > n; };
X26TripletList m_enhancements;
const X26Triplet m_paddingX26Triplet { 41, 0x1e, 0 };
};
#endif