mirror of
https://git.freebsd.org/ports.git
synced 2025-05-29 17:36:28 -04:00
19 lines
380 B
C++
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:
|
|
/**
|