diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-01-26 22:25:11 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-01-26 22:25:11 +0000 |
| commit | 93096af59d8235235c0caed929b6f72dcf09cdc9 (patch) | |
| tree | 379519075366d74a16b6912d6bc02fef05ce3700 /src/util.h | |
| parent | 59886567974bd3e79d30a4a9425d86d50bf425f3 (diff) | |
A little tidying up.
Diffstat (limited to 'src/util.h')
| -rw-r--r-- | src/util.h | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -1,5 +1,5 @@ /* - Copyright (C) 2012 Carl Hetherington <cth@carlh.net> + Copyright (C) 2012-2014 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 @@ -24,14 +24,14 @@ * @brief Utility methods. */ -#include <string> -#include <stdint.h> +#include "types.h" #include <boost/shared_ptr.hpp> #include <boost/function.hpp> #include <boost/date_time/posix_time/posix_time.hpp> #include <boost/filesystem.hpp> #include <openjpeg.h> -#include "types.h" +#include <string> +#include <stdint.h> namespace xmlpp { class Element; @@ -44,7 +44,8 @@ class CertificateChain; class GammaLUT; class XYZFrame; -struct Size { +struct Size +{ Size () : width (0) , height (0) |
