diff options
author | Kevin Choi <code.kchoi@gmail.com> | 2015-05-31 01:37:56 -0400 |
---|---|---|
committer | Kevin Choi <code.kchoi@gmail.com> | 2015-05-31 01:37:56 -0400 |
commit | 6813a1f1e1104c62f9cd4f3848ca0030855911ba (patch) | |
tree | 2ce9353b114574d40465129b7e3afd4117bbb008 /tools/pck/pck_packer.h | |
parent | ec93668f8d652f826b6e89861746bf655ec29234 (diff) | |
parent | d5348eebdc7228f7836582cd9bd4ed4f5fd59348 (diff) |
Merge pull request #2 from okamstudio/master
pull
Diffstat (limited to 'tools/pck/pck_packer.h')
-rw-r--r-- | tools/pck/pck_packer.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/pck/pck_packer.h b/tools/pck/pck_packer.h index 76752a6170..2bb51128e9 100644 --- a/tools/pck/pck_packer.h +++ b/tools/pck/pck_packer.h @@ -1,10 +1,10 @@ -#include "core/object.h" +#include "core/reference.h" class FileAccess; -class PCKPacker : public Object { +class PCKPacker : public Reference { - OBJ_TYPE(PCKPacker, Object); + OBJ_TYPE(PCKPacker, Reference); FileAccess* file; int alignment; |