Skip to content
Snippets Groups Projects
Commit b832bc3d authored by Tobias Hunger's avatar Tobias Hunger
Browse files

Replace "sth */* text */" with "sth * /* text */"

 *  Fixes a warning in windows.
parent 099f2072
No related branches found
No related tags found
No related merge requests found
......@@ -275,7 +275,7 @@ public:
virtual const Value *returnValue() const;
virtual int argumentCount() const;
virtual const Value *argument(int index) const;
virtual const Value *call(const Value */*thisValue*/, const QList<const Value *> & /*actuals*/) const;
virtual const Value *call(const Value * /*thisValue*/, const QList<const Value *> & /*actuals*/) const;
private:
QList<const Value *> _arguments;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment