aboutsummaryrefslogtreecommitdiff
path: root/launcher/HoeDown.h
diff options
context:
space:
mode:
Diffstat (limited to 'launcher/HoeDown.h')
-rw-r--r--launcher/HoeDown.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/HoeDown.h b/launcher/HoeDown.h
index b9e06ffb..cb62de6c 100644
--- a/launcher/HoeDown.h
+++ b/launcher/HoeDown.h
@@ -42,7 +42,7 @@ public:
}
void put(QByteArray input)
{
- hoedown_buffer_put(buf, (uint8_t *) input.data(), input.size());
+ hoedown_buffer_put(buf, reinterpret_cast<uint8_t *>(input.data()), input.size());
}
const uint8_t * data() const
{