summaryrefslogtreecommitdiffstats
path: root/src/server/events/CreatePatch.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/events/CreatePatch.hpp')
-rw-r--r--src/server/events/CreatePatch.hpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/server/events/CreatePatch.hpp b/src/server/events/CreatePatch.hpp
index 355a4698..0747ec06 100644
--- a/src/server/events/CreatePatch.hpp
+++ b/src/server/events/CreatePatch.hpp
@@ -48,13 +48,13 @@ public:
void post_process();
private:
- const Raul::Path _path;
- PatchImpl* _patch;
- PatchImpl* _parent;
- CompiledPatch* _compiled_patch;
- int _poly;
-
+ const Raul::Path _path;
Resource::Properties _properties;
+ Resource::Properties _update;
+ PatchImpl* _patch;
+ PatchImpl* _parent;
+ CompiledPatch* _compiled_patch;
+ int _poly;
};
} // namespace Events