]> git.tdb.fi Git - builder.git/blob - source/sourcearchivecomponent.h
Mark overridden virtual functions as such
[builder.git] / source / sourcearchivecomponent.h
1 #ifndef TARBALLCOMPONENT_H_
2 #define TARBALLCOMPONENT_H_
3
4 #include "component.h"
5
6 class SourceArchiveComponent: public Component
7 {
8 public:
9         SourceArchiveComponent(SourcePackage &);
10
11         void create_targets() const override;
12 };
13
14 #endif