summaryrefslogtreecommitdiffstats
path: root/src/server/ClientUpdate.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/ClientUpdate.hpp')
-rw-r--r--src/server/ClientUpdate.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/ClientUpdate.hpp b/src/server/ClientUpdate.hpp
index 57848e62..9fadae90 100644
--- a/src/server/ClientUpdate.hpp
+++ b/src/server/ClientUpdate.hpp
@@ -67,8 +67,8 @@ struct ClientUpdate {
};
struct Connect {
- Raul::Path tail;
- Raul::Path head;
+ raul::Path tail;
+ raul::Path head;
};
std::vector<URI> dels;