mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-10 05:41:40 +00:00
Add a missing backslash to my previous commit
llvm-svn: 277809
This commit is contained in:
parent
b37658fd3f
commit
cf382f20f6
@ -152,7 +152,7 @@ namespace llvm {
|
||||
} \
|
||||
template REGISTRY_CLASS::node *Registry<REGISTRY_CLASS::type>::Head; \
|
||||
template REGISTRY_CLASS::node *Registry<REGISTRY_CLASS::type>::Tail; \
|
||||
template
|
||||
template \
|
||||
void Registry<REGISTRY_CLASS::type>::add_node(REGISTRY_CLASS::node*); \
|
||||
template REGISTRY_CLASS::iterator Registry<REGISTRY_CLASS::type>::begin(); \
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user