X-Git-Url: https://git.llucax.com/software/bife/bife%20%20.git/blobdiff_plain/8d8860f5938a20b3dbf1011b6b274291c13eeade..9f62980f827505ed1f231b737ec126dda041a475:/translate.h/software/bife/bife++.git/blobdiff_plain/8d8860f5938a20b3dbf1011b6b274291c13eeade..9f62980f827505ed1f231b737ec126dda041a475:/translate.h diff --git a/translate.h b/translate.h index 8a11499..7f4be70 100644 --- a/translate.h +++ b/translate.h @@ -44,7 +44,7 @@ namespace bife { * @param attrs Widget attributes. * @param content Content of the widget. */ - Translate(const string&, const Hash&, Widget&); + Translate(const string&, const Hash&, Widget*); /** * Constructor. @@ -52,7 +52,7 @@ namespace bife { * @param name Name of the widget. * @param content Content of the widget. */ - Translate(const string&, Widget&); + Translate(const string&, Widget*); /** * Constructor. @@ -61,7 +61,7 @@ namespace bife { * @param content Content of the widget. * @param attrs Widget attributes. */ - Translate(const string&, Widget&, const Hash&); + Translate(const string&, Widget*, const Hash&); /** * Destructor.