Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(758)

Unified Diff: lily/include/translator.icc

Issue 296310043: Give add_acknowledger SCM &, not Protected_scm & (Closed)
Patch Set: Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lily/include/protected-scm.hh ('k') | lily/protected-scm.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lily/include/translator.icc
diff --git a/lily/include/translator.icc b/lily/include/translator.icc
index fb95382c385d9c2e9f616ee5472a8bdfde9f2b4a..b28dc1eae6f8a9acaccdb47f72e2536d1405a48c 100644
--- a/lily/include/translator.icc
+++ b/lily/include/translator.icc
@@ -99,7 +99,7 @@
void add_acknowledger (SCM ptr,
char const *func_name,
- Protected_scm &ack_hash);
+ SCM &ack_hash);
#define ADD_ACKNOWLEDGER(CLASS, NAME) \
add_acknowledger (CLASS::ack_finder<&CLASS::acknowledge_ ## NAME> (), \
« no previous file with comments | « lily/include/protected-scm.hh ('k') | lily/protected-scm.cc » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b