Skip to content
Snippets Groups Projects
Commit 3724b94a authored by Giovanna Lazzari Miotto's avatar Giovanna Lazzari Miotto :mushroom:
Browse files

tidy: Declare template specialization in header

parent e2a1b600
No related branches found
No related tags found
Loading
...@@ -94,4 +94,7 @@ class Sink { ...@@ -94,4 +94,7 @@ class Sink {
void WriteMetadata(std::string &&sub_path, std::string &&content); void WriteMetadata(std::string &&sub_path, std::string &&content);
}; };
template <>
void Sink<FileOutput>::WriteMetadata(std::string &&sub_path, std::string &&content);
#endif // SCDAQ_SINK_H #endif // SCDAQ_SINK_H
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment