ports/net/libarcus/files/patch-include_Arcus_Error.h
Matthieu Volat 7efae4b7a9 net/libarcus: needed for cura 5.7 update
- Upstream repository changed
- worked around changed build system
- protobuf fixes
2024-09-04 10:25:17 -04:00

19 lines
380 B
C++

--- include/Arcus/Error.h.orig 2023-05-19 06:44:12 UTC
+++ include/Arcus/Error.h
@@ -5,6 +5,7 @@
#define ARCUS_ERROR_H
#include "Arcus/Types.h"
+#include "ArcusExport.h"
namespace Arcus
{
@@ -32,7 +33,7 @@ enum class ErrorCode
/**
* A class representing an error with an error code and an error message.
*/
-class Error
+class ARCUS_EXPORT Error
{
public:
/**