X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fgui%2Fskins2%2Futils%2Fustring.hpp;h=90175b6c214f4ccccac31eb7684d2deef4f1d309;hb=175d1beb96ca494f8bfdee0ad488b303ef55e9ec;hp=aa5d69682a9e6784741bf42239f0e37e84b2c8db;hpb=fe087a38282e93addb25fa9598393e40ea233b09;p=vlc diff --git a/modules/gui/skins2/utils/ustring.hpp b/modules/gui/skins2/utils/ustring.hpp index aa5d69682a..90175b6c21 100644 --- a/modules/gui/skins2/utils/ustring.hpp +++ b/modules/gui/skins2/utils/ustring.hpp @@ -5,7 +5,7 @@ * $Id$ * * Authors: Cyril Deguet - * Olivier Teulière + * Olivier Teulière * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. *****************************************************************************/ #ifndef USTRING_HPP @@ -82,6 +82,9 @@ class UString: public SkinObject /// characters in this string starting at index position UString substr( uint32_t position = 0, uint32_t n = npos) const; + /// Build a string from an integer + static UString fromInt(intf_thread_t *pIntf, int number); + /// XXX: temporary void debug() const;