Selaa lähdekoodia

Remove unneeded virtual

Bryan Drewery 7 vuotta sitten
vanhempi
commit
55cffe9915
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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))