summaryrefslogtreecommitdiffhomepage
path: root/Private/FSKit
diff options
context:
space:
mode:
Diffstat (limited to 'Private/FSKit')
-rw-r--r--Private/FSKit/IndexableProperty.hxx2
-rw-r--r--Private/FSKit/NewFS.hxx2
-rw-r--r--Private/FSKit/NewFSIteratorInterface.hxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/Private/FSKit/IndexableProperty.hxx b/Private/FSKit/IndexableProperty.hxx
index 1a7925fe..64529faa 100644
--- a/Private/FSKit/IndexableProperty.hxx
+++ b/Private/FSKit/IndexableProperty.hxx
@@ -27,7 +27,7 @@ class IndexableProperty final : public Property {
: Property(StringBuilder::Construct("IndexableProperty").Leak().Leak()) {}
~IndexableProperty() override = default;
- HCORE_COPY_DEFAULT(IndexableProperty);
+ NEWOS_COPY_DEFAULT(IndexableProperty);
public:
IndexProperty& LeakProperty() noexcept;
diff --git a/Private/FSKit/NewFS.hxx b/Private/FSKit/NewFS.hxx
index 10e5e1e7..6c4be37f 100644
--- a/Private/FSKit/NewFS.hxx
+++ b/Private/FSKit/NewFS.hxx
@@ -168,7 +168,7 @@ class NewFSParser {
virtual ~NewFSParser() = default;
public:
- HCORE_COPY_DEFAULT(NewFSParser);
+ NEWOS_COPY_DEFAULT(NewFSParser);
public:
virtual _Output NewFork* CreateFork(_Input NewCatalog* catalog, _Input NewFork& theFork) = 0;
diff --git a/Private/FSKit/NewFSIteratorInterface.hxx b/Private/FSKit/NewFSIteratorInterface.hxx
index 7e1d8652..d0d35c76 100644
--- a/Private/FSKit/NewFSIteratorInterface.hxx
+++ b/Private/FSKit/NewFSIteratorInterface.hxx
@@ -26,7 +26,7 @@ class NewFSIteratorInterface {
virtual ~NewFSIteratorInterface() = default;
public:
- HCORE_COPY_DEFAULT(NewFSIteratorInterface);
+ NEWOS_COPY_DEFAULT(NewFSIteratorInterface);
public:
void Append(IndexableProperty& indexProp) { fProps.Add(indexProp); }