Fixed bookmarks removing bug
[mdictionary] / src / plugins / xdxf / TranslationXdxf.h
index 1dd4a65..42d504a 100644 (file)
@@ -49,7 +49,7 @@ public:
     void setDictionaryInfo(QString);
 
     //! \return whether given translation is taken from bookmarks
-    bool isBookmark() const {
+    int isBookmark() const {
         return _bookmark;
    }