[libdanbooru] Fix type for tags
This commit is contained in:
parent
f22c0b6d94
commit
2ab1c72a7e
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ bool DanbooruTag::ambiguous() const
|
||||||
return m_ambiguous;
|
return m_ambiguous;
|
||||||
}
|
}
|
||||||
|
|
||||||
TagType DanbooruTag::type() const
|
Danbooru::DanbooruTag::TagType DanbooruTag::type() const
|
||||||
{
|
{
|
||||||
return m_tagType;
|
return m_tagType;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue