diff options
Diffstat (limited to 'dw/core.hh')
-rw-r--r-- | dw/core.hh | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -12,6 +12,9 @@ */ namespace dw { +// Used (temporally) for code related to positioned elements. +enum { IMPL_POS = false }; + /** * \brief The core of Dw is defined in this namespace. * |