Kandrashin Denis 13 lat temu
rodzic
commit
aa6b7b5c32
2 zmienionych plików z 8 dodań i 0 usunięć
  1. 4 0
      source/fb2read.cpp
  2. 4 0
      source/fb2read.h

+ 4 - 0
source/fb2read.cpp

@@ -588,3 +588,7 @@ QString Fb2Handler::errorString() const
 {
     return m_error;
 }
+
+#undef FB2_BEGIN_KEYHASH
+
+#undef FB2_END_KEYHASH

+ 4 - 0
source/fb2read.h

@@ -225,4 +225,8 @@ private:
     QString m_error;
 };
 
+#undef FB2_BEGIN_KEYLIST
+
+#undef FB2_END_KEYLIST
+
 #endif // FB2READ_H