Parcourir la source

small changes

Kandrashin Denis il y a 13 ans
Parent
commit
aa6b7b5c32
2 fichiers modifiés avec 8 ajouts et 0 suppressions
  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