diff options
Diffstat (limited to 'dw/types.hh')
-rw-r--r-- | dw/types.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dw/types.hh b/dw/types.hh index 514733a5..e933a98c 100644 --- a/dw/types.hh +++ b/dw/types.hh @@ -223,6 +223,8 @@ struct Content }; static Content::Type maskForSelection (bool followReferences); + static void print (Content *content); + static void printMask (Type mask); }; } // namespace dw |