aboutsummaryrefslogtreecommitdiff
path: root/cpp/src/rule_retriever.cc
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/rule_retriever.cc')
-rw-r--r--cpp/src/rule_retriever.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/rule_retriever.cc b/cpp/src/rule_retriever.cc
index a77c93a..f0ed848 100644
--- a/cpp/src/rule_retriever.cc
+++ b/cpp/src/rule_retriever.cc
@@ -57,7 +57,7 @@ class Helper {
}
const RuleRetriever::Callback& rule_ready_;
- scoped_ptr<Retriever::Callback> data_retrieved_;
+ const scoped_ptr<const Retriever::Callback> data_retrieved_;
DISALLOW_COPY_AND_ASSIGN(Helper);
};