Coding style.

This commit is contained in:
Roberto Raggi
2010-01-26 16:21:03 +01:00
parent 02ee76b82a
commit c1b3f0b120
4 changed files with 16 additions and 13 deletions

View File

@@ -39,10 +39,10 @@ namespace QmlJS {
class QMLJS_EXPORT Bind: protected AST::Visitor
{
public:
Bind(Interpreter::Engine *interp);
Bind(Document::Ptr doc, const Snapshot &snapshot, Interpreter::Engine *interp);
virtual ~Bind();
Interpreter::ObjectValue* operator()(Document::Ptr doc, const Snapshot &snapshot, AST::UiObjectMember *member);
Interpreter::ObjectValue* operator()(AST::UiObjectMember *member);
protected:
void accept(AST::Node *node);