]> git.llucax.com Git - software/bife/bife++.git/blobdiff - widget.cpp
Added a sample parser.
[software/bife/bife++.git] / widget.cpp
index 67853b5430019bd824515c7a0b80d94861f7bc4b..cd95d5f785bf83a948cdc415756f4b6b63ffcc49 100644 (file)
@@ -4,6 +4,7 @@
 #include <sstream>
 
 using std::stringstream;
+using namespace bife;
 
 #ifdef DEBUG
 #include <iostream>
@@ -17,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