summaryrefslogtreecommitdiff
path: root/src/lib/VSDTypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/VSDTypes.h')
-rw-r--r--src/lib/VSDTypes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/VSDTypes.h b/src/lib/VSDTypes.h
index 35e8cf1..721d7c9 100644
--- a/src/lib/VSDTypes.h
+++ b/src/lib/VSDTypes.h
@@ -252,6 +252,7 @@ struct VSDBullet
m_bulletFont(bullet.m_bulletFont),
m_bulletFontSize(bullet.m_bulletFontSize),
m_textPosAfterBullet(bullet.m_textPosAfterBullet) {}
+ const VSDBullet &operator=(const VSDBullet &bullet);
inline bool operator==(const VSDBullet &bullet) const
{
return ((m_bulletStr == bullet.m_bulletStr) &&