mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-27 17:50:04 +01:00
Use zero-initialization for character arrays
It makes some not-fully-compliant compilers happy
This commit is contained in:
committed by
EmilieNumworks
parent
7d6bf1649b
commit
3d10d3e951
@@ -5,7 +5,7 @@
|
||||
BufferTextView::BufferTextView(KDText::FontSize size, float horizontalAlignment, float verticalAlignment,
|
||||
KDColor textColor, KDColor backgroundColor) :
|
||||
TextView(size, horizontalAlignment, verticalAlignment, textColor, backgroundColor),
|
||||
m_buffer("")
|
||||
m_buffer()
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user