From 2c6e696c6873de4f3ac17a007815f451c93a8057 Mon Sep 17 00:00:00 2001 From: Uwe Date: Sat, 11 Mar 2023 03:27:25 +0100 Subject: [PATCH] [Zipios] fix testing - after #8807 testing was broken due to a linking error, the fix was proposed in https://github.com/FreeCAD/FreeCAD/pull/8807#issuecomment-1464295791 - the formatting changes were automatically done according to our current clang file --- src/zipios++/collcoll.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/zipios++/collcoll.h b/src/zipios++/collcoll.h index d210ca02ea..f8d7755354 100644 --- a/src/zipios++/collcoll.h +++ b/src/zipios++/collcoll.h @@ -23,7 +23,8 @@ using std::string ; the same path only the one in the first added collection will be accessible. */ -class CollectionCollection : public FileCollection { +class BaseExport CollectionCollection: public FileCollection +{ public: /** \anchor collcoll_inst_anchor This static method provides a singleton instance of a CollectionCollection.