Description: fix SWIG declaration of KikiText::getText() to match the C++ header Author: Peter De Wachter Bug: https://sourceforge.net/support/tracker.php?aid=3299098 Bug-Debian: http://bugs.debian.org/625047 --- a/SWIG/KikiText.i +++ b/SWIG/KikiText.i @@ -10,7 +10,7 @@ KikiText ( const std::string & = "", bool center = true, int colorIndex = 0 ); void setText ( const std::string & str, int colorIndex = base_color ); - const std::string & getText () const; + std::string getText () const; void clear (); bool isEmpty () const;