Index: shell/src/GcCommand.h |
diff --git a/shell/src/GcCommand.h b/shell/src/GcCommand.h |
index cc3aac874c1d40bf09623357dfa5aeaaa3d79f9b..9c290bb60d19cbf6cc756a318a1b6fbf5c5471da 100644 |
--- a/shell/src/GcCommand.h |
+++ b/shell/src/GcCommand.h |
@@ -26,13 +26,13 @@ |
class GcCommand : public Command |
{ |
public: |
- explicit GcCommand(AdblockPlus::JsEnginePtr jsEngine); |
+ explicit GcCommand(AdblockPlus::JsEngine& jsEngine); |
void operator()(const std::string& arguments); |
std::string GetDescription() const; |
std::string GetUsage() const; |
private: |
- AdblockPlus::JsEnginePtr jsEngine; |
+ AdblockPlus::JsEngine& jsEngine; |
}; |
#endif |