#include <sstream>
using std::stringstream;
+using namespace bife;
#ifdef DEBUG
#include <iostream>
#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