summaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-02-05 12:59:12 +0000
committerCarl Hetherington <cth@carlh.net>2014-02-05 12:59:12 +0000
commitf9862aff32f7ea5aa10f9362d7598480b1c9cf28 (patch)
treedf14985bee0e52f284ffa4c0881a61b32848f5d0 /src/util.h
parent9acb2e83ed4a39ece8d39dd479c160b79b02d7ab (diff)
Comments / tweaks.
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h
index 8db838eb..2bfeb60a 100644
--- a/src/util.h
+++ b/src/util.h
@@ -45,6 +45,9 @@ class CertificateChain;
class GammaLUT;
class XYZFrame;
+/** @struct Size
+ * @brief The integer, two-dimensional size of something.
+ */
struct Size
{
Size ()