summaryrefslogtreecommitdiff
path: root/include/tools
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-08-13 12:21:05 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-08-13 14:51:15 +0100
commit2235f495e36082ea1f2ccdd6b37b822a81e27279 (patch)
treefff0699bcbbc55b4c2604245bb71dd5b59fc22af /include/tools
parent3c307ff5a5a41553336bc639ca8c3ff2b31d286a (diff)
add a seconds unit
Change-Id: I3507caab5cd61c282102ab21bf034ec54e497af3
Diffstat (limited to 'include/tools')
-rw-r--r--include/tools/fldunit.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tools/fldunit.hxx b/include/tools/fldunit.hxx
index df2b84a76fe4..7b8fa4d530bc 100644
--- a/include/tools/fldunit.hxx
+++ b/include/tools/fldunit.hxx
@@ -22,7 +22,7 @@
enum FieldUnit { FUNIT_NONE, FUNIT_MM, FUNIT_CM, FUNIT_M, FUNIT_KM,
FUNIT_TWIP, FUNIT_POINT, FUNIT_PICA,
FUNIT_INCH, FUNIT_FOOT, FUNIT_MILE, FUNIT_CHAR, FUNIT_LINE, FUNIT_CUSTOM,
- FUNIT_PERCENT, FUNIT_100TH_MM, FUNIT_PIXEL, FUNIT_DEGREE };
+ FUNIT_PERCENT, FUNIT_100TH_MM, FUNIT_PIXEL, FUNIT_DEGREE, FUNIT_SECOND };
#endif