diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-01-06 15:58:43 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-01-06 15:58:43 +0000 |
| commit | b0650516a8e16effeee8e07a8b14f505c888109c (patch) | |
| tree | b02453ed067b97972f1238bc44b4b6ec6c4bd984 /src/lib/raw_image_proxy.h | |
| parent | f7fff16bad3e5da76f37f004d50649350d7bbb25 (diff) | |
Header guard.
Diffstat (limited to 'src/lib/raw_image_proxy.h')
| -rw-r--r-- | src/lib/raw_image_proxy.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/lib/raw_image_proxy.h b/src/lib/raw_image_proxy.h index 62561c6fb..a6f777eb3 100644 --- a/src/lib/raw_image_proxy.h +++ b/src/lib/raw_image_proxy.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2014 Carl Hetherington <cth@carlh.net> + Copyright (C) 2014-2015 Carl Hetherington <cth@carlh.net> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -17,6 +17,9 @@ */ +#ifndef DCPOMATIC_RAW_IMAGE_PROXY_H +#define DCPOMATIC_RAW_IMAGE_PROXY_H + #include "image_proxy.h" class RawImageProxy : public ImageProxy @@ -32,3 +35,5 @@ public: private: boost::shared_ptr<Image> _image; }; + +#endif |
