Преглед на файлове

Remove unneeded virtual

Bryan Drewery преди 7 години
родител
ревизия
55cffe9915
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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))