Browse Source

Remove unneeded virtual

Bryan Drewery 7 năm trước cách đây
mục cha
commit
55cffe9915
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/RfcString.h

+ 1 - 1
src/RfcString.h

@@ -47,7 +47,7 @@ class RfcString : public bd::String {
     friend bool operator>(const RfcString&, const RfcString&);
     friend bool operator>=(const RfcString&, const RfcString&);
 
-    virtual size_t hash() const noexcept;
+    size_t hash() const noexcept;
 };
 
 inline bool __attribute__((pure))