mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
XFA: template tree (with attributes)
This commit is contained in:
@ -31,7 +31,7 @@ namespace xfa
|
||||
struct XFA_InplaceTag;
|
||||
struct XFA_SharedMemoryTag;
|
||||
|
||||
template<typename Value, struct Tag>
|
||||
template<typename Value, typename Tag>
|
||||
class PDFXFAValueHolder
|
||||
{
|
||||
public:
|
||||
@ -143,6 +143,11 @@ private:
|
||||
|
||||
/* START GENERATED CODE */
|
||||
|
||||
namespace xfa
|
||||
{
|
||||
} // namespace xfa
|
||||
|
||||
|
||||
/* END GENERATED CODE */
|
||||
|
||||
} // namespace pdf
|
||||
|
Reference in New Issue
Block a user