From 78655da8c37f950cbcb317cb345b10fae4d31964 Mon Sep 17 00:00:00 2001
From: Quentin Khan <quentin.khan@inria.fr>
Date: Tue, 21 Jun 2016 11:50:47 +0200
Subject: [PATCH] FPoint: fix merge error on comment

---
 Src/Utils/FPoint.hpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Src/Utils/FPoint.hpp b/Src/Utils/FPoint.hpp
index 7a815a9db..ece9f0918 100644
--- a/Src/Utils/FPoint.hpp
+++ b/Src/Utils/FPoint.hpp
@@ -71,6 +71,7 @@ private:
 
 public:
 
+    /** Default constructor */
     FPoint() = default;
     /** Copy constructor */
     FPoint(const FPoint&) = default;
-- 
GitLab