diff options
Diffstat (limited to 'gettext-tools/gnulib-lib/styled_ostream.vt.h')
-rw-r--r-- | gettext-tools/gnulib-lib/styled_ostream.vt.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gettext-tools/gnulib-lib/styled_ostream.vt.h b/gettext-tools/gnulib-lib/styled_ostream.vt.h new file mode 100644 index 0000000..0a9dddf --- /dev/null +++ b/gettext-tools/gnulib-lib/styled_ostream.vt.h @@ -0,0 +1,8 @@ +/* DO NOT EDIT! GENERATED AUTOMATICALLY! */ + +/* Virtual function table layout of superclass. */ +#include "ostream.vt.h" + +/* Virtual function table layout of styled_ostream class. */ + void (*begin_use_class) (THIS_ARG, const char *classname); + void (*end_use_class) (THIS_ARG, const char *classname); |