瀏覽代碼

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))