diff options
Diffstat (limited to 'dev/Usr/LibCF/Ref.h')
| -rw-r--r-- | dev/Usr/LibCF/Ref.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/dev/Usr/LibCF/Ref.h b/dev/Usr/LibCF/Ref.h index 46d8ac51..d170ffe8 100644 --- a/dev/Usr/LibCF/Ref.h +++ b/dev/Usr/LibCF/Ref.h @@ -9,11 +9,15 @@ #define _REF_H_ #include <LibSCI/SCI.h> +#include <LibCF/Object.h> namespace LibCF { template <typename T> - class CFRef final + class CFRef; + + template <typename T> + class CFRef final CF_OBJECT { public: CFRef() = default; |
