]> git.llucax.com Git - software/bife/bife++.git/blobdiff - widget.cpp
Added a sample parser.
[software/bife/bife++.git] / widget.cpp
index 46e3d2b66ff3b9f197971ee2ea11d447be130011..cd95d5f785bf83a948cdc415756f4b6b63ffcc49 100644 (file)
@@ -18,7 +18,7 @@ Widget::Widget(void) {
 #endif
 }
 
-Widget::Widget(Hash attrs): attrs(attrs) {
+Widget::Widget(const Hash& attrs): attrs(attrs) {
 #ifdef DEBUG
     cerr << "In Widget::Widget(attrs = {" /* TODO << attrs */ << "});" << endl;
 #endif