1
0
Bryan Drewery 7 жил өмнө
parent
commit
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))