]> git.llucax.com Git - software/bife/bife++.git/blobdiff - translate.h
First parser implementation that creates the widgets tree.
[software/bife/bife++.git] / translate.h
index 8a11499041afcc29c2ec42e19b961b07e69ea4c4..7f4be7079926933e591a318a50c575ca360313c2 100644 (file)
@@ -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.