X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/b0b52bc936772d2458305512d1450deb8af56349..e0e3801ef273ba3e35a87a57e97967be39caae74:/lib/gui/ewidget.h diff --git a/lib/gui/ewidget.h b/lib/gui/ewidget.h index f7c611f6..98b30087 100644 --- a/lib/gui/ewidget.h +++ b/lib/gui/ewidget.h @@ -34,7 +34,7 @@ public: void destruct(); - int getStyle(ePtr &style) { if (!m_style) return 1; style = m_style; return 0; } + SWIG_VOID(int) getStyle(ePtr &SWIG_NAMED_OUTPUT(style)) { if (!m_style) return 1; style = m_style; return 0; } void setStyle(eWindowStyle *style) { m_style = style; } void setBackgroundColor(const gRGB &col);