projects
/
invirt/third/libt4.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Actually, you know, build.
[invirt/third/libt4.git]
/
rsm.h
diff --git
a/rsm.h
b/rsm.h
index
bf37a5d
..
517316a
100644
(file)
--- a/
rsm.h
+++ b/
rsm.h
@@
-81,7
+81,7
@@
class rsm : public config_view_change {
};
template<class F, class C> void rsm::reg(int proc, F f, C *c) {
- reg1(proc, marshalled_func<F, F>::wrap(f, c));
+ reg1(proc, marshalled_func<F>::wrap(f, c));
}
#endif /* rsm_h */