X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fposition_image.h;h=2b7e7080a68df0bcb8e7228ae21cd2f6827c344b;hb=446b8e0a4400ebf32fec4afd764ec3c73498f4bc;hp=b78effbd53715f4277f37a76b47f7ec80c3d62fb;hpb=dd9be86db6cde0afa5da0d1d1ac43b42e05dca26;p=dcpomatic.git diff --git a/src/lib/position_image.h b/src/lib/position_image.h index b78effbd5..2b7e7080a 100644 --- a/src/lib/position_image.h +++ b/src/lib/position_image.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2014 Carl Hetherington + Copyright (C) 2014-2021 Carl Hetherington This file is part of DCP-o-matic. @@ -18,6 +18,7 @@ */ + #ifndef DCPOMATIC_POSITION_IMAGE_H #define DCPOMATIC_POSITION_IMAGE_H @@ -28,6 +29,7 @@ class Image; + class PositionImage { public: @@ -44,4 +46,5 @@ public: bool same (PositionImage const & other) const; }; + #endif