X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fdatapackcomponent.h;h=75eda738dec807c5a4bd9c90603a2d5942087487;hb=bde362811368647047f3ca13bdec596f092ecffe;hp=75b99a6ecd986f438cd98835195519e6fd27b744;hpb=b45cfe5e437ca79bb3176618769628c58c0734d1;p=builder.git diff --git a/source/datapackcomponent.h b/source/datapackcomponent.h index 75b99a6..75eda73 100644 --- a/source/datapackcomponent.h +++ b/source/datapackcomponent.h @@ -8,7 +8,7 @@ class DataPackComponent: public Component public: DataPackComponent(SourcePackage &, const std::string &); - virtual void create_targets() const; + void create_targets() const override; }; #endif