浏览代码

small changes

Kandrashin Denis 13 年之前
父节点
当前提交
aa6b7b5c32
共有 2 个文件被更改,包括 8 次插入0 次删除
  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