Skip to content
Snippets Groups Projects
Commit 57031643 authored by Eric Cano's avatar Eric Cano
Browse files

Merge branch 'master' of https://git.cern.ch/kerberos/CTA

parents 3d672ac3 f4175e05
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,8 @@ namespace cta {
/**
* Class representing an archive storage-class.
*/
struct StorageClass {
class StorageClass {
public:
/**
* Constructor.
......@@ -97,6 +98,6 @@ private:
*/
std::string m_comment;
}; // struct StorageClass
}; // class StorageClass
} // namespace cta
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