Browse Source

small changes

Kandrashin Denis 13 years ago
parent
commit
aa6b7b5c32
2 changed files with 8 additions and 0 deletions
  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