From 703d63390d966393b3cf236d29d32efd1d723330 Mon Sep 17 00:00:00 2001 From: Mathieu Westphal Date: Sun, 29 Sep 2024 12:20:47 +0200 Subject: [PATCH] clf --- application/F3DStarter.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/application/F3DStarter.h b/application/F3DStarter.h index 432a30749e..29c2cb9f8a 100644 --- a/application/F3DStarter.h +++ b/application/F3DStarter.h @@ -70,7 +70,8 @@ class F3DStarter bool LoadRelativeFile(int relativeIndex = 0, bool restoreCamera = false, bool forceClear = false); // TODO Rename this method ? - void LoadFile(const std::vector& paths, bool clear, const std::string& filenameInfo); + void LoadFile( + const std::vector& paths, bool clear, const std::string& filenameInfo); /** * Internal event loop that is triggered repeatedly to handle specific events: